You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For ng15, when we enable Japanese IME and try to input for conversion to different Japanese characters, it is not completely working on platform combobox. For example, when we type "にほん" and press spacebar, it does not convert to "日本" as it is supposed to. Core combobox seems working fine for conversion but the autocomplete does not catch the input after text is converted.
2025-01-28_16-11-21.mp4
This can be reproduced in MAC and Window. Our application is mostly using platform combobox so we need this address on that component. This blocks our Japanese customer because they cannot:
Utilizing IME tool to convert the right character.
Even if it is correct, the autocomplete does not catch the input (based on ng15 core combobox).
Observed this is working correctly for both cases on core combobox in main branch. I found there are some related fixes on both ng15 and main branch but only on core combobox:
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
Angular: 15
core/ platform: 0.43.49
Did you check the documentation and the API?
Yes
The text was updated successfully, but these errors were encountered:
With similar change on ng-15, I think it will not work either. When try to convert to Japanese characters on platform combobox (for example, "にほん" -> "日本"), the field is out of focus and input conversion is not working. Core combobox is working fine in this case.
Is this a bug, enhancement, or feature request?
Bug
Describe your proposal.
For ng15, when we enable Japanese IME and try to input for conversion to different Japanese characters, it is not completely working on platform combobox. For example, when we type "にほん" and press spacebar, it does not convert to "日本" as it is supposed to. Core combobox seems working fine for conversion but the autocomplete does not catch the input after text is converted.
2025-01-28_16-11-21.mp4
This can be reproduced in MAC and Window. Our application is mostly using platform combobox so we need this address on that component. This blocks our Japanese customer because they cannot:
Observed this is working correctly for both cases on core combobox in main branch. I found there are some related fixes on both ng15 and main branch but only on core combobox:
#12340 (main)
#11051 (ng15)
Could you help applying/downporting those fixes and have further fixes if needed on platform combobox?
If this is a bug, please provide steps for reproducing it; the exact components you are using;
Have Japanese IME enabled and choose Hiragana
Have platform combobox with list of some Japanese values
Type Romanji to convert it to Hiragana.
For example:
Expected:
https://stackblitz.com/edit/angular-xfhchbhj?file=src%2Fapp%2Fcombobox-example.component.html
Can you handle that on the application side
No
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
Angular: 15
core/ platform: 0.43.49
Did you check the documentation and the API?
Yes
The text was updated successfully, but these errors were encountered: