-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue In Combobox Field Delete Search Term With Chinese Characters #12232
Comments
khotcholava
pushed a commit
that referenced
this issue
Aug 30, 2024
…of characters closes [#12232](#12232) ## Description - Added handling for `compositionstart` and `compositionend` events to properly manage IME input (e.g., Chinese, Japanese). - Introduced `isComposing` flag to bypass autocomplete logic during IME composition. - Updated `inputText` synchronization after IME input ends to ensure it matches the finalized value. - Prevented unwanted modifications of input value when using IME, addressing the issue where typing and deleting partially composed characters could remove the last English character.
khotcholava
pushed a commit
that referenced
this issue
Aug 30, 2024
…of characters closes [#12232](#12232) ## Description - Added handling for `compositionstart` and `compositionend` events to properly manage IME input (e.g., Chinese, Japanese). - Introduced `isComposing` flag to bypass autocomplete logic during IME composition. - Updated `inputText` synchronization after IME input ends to ensure it matches the finalized value. - Prevented unwanted modifications of input value when using IME, addressing the issue where typing and deleting partially composed characters could remove the last English character.
khotcholava
pushed a commit
that referenced
this issue
Aug 30, 2024
…of characters closes [#12232](#12232) ## Description - Added handling for `compositionstart` and `compositionend` events to properly manage IME input (e.g., Chinese, Japanese). - Introduced `isComposing` flag to bypass autocomplete logic during IME composition. - Updated `inputText` synchronization after IME input ends to ensure it matches the finalized value. - Prevented unwanted modifications of input value when using IME, addressing the issue where typing and deleting partially composed characters could remove the last English character.
khotcholava
added a commit
that referenced
this issue
Aug 30, 2024
…of characters closes [#12232](#12232) ## Description - Added handling for `compositionstart` and `compositionend` events to properly manage IME input (e.g., Chinese, Japanese). - Introduced `isComposing` flag to bypass autocomplete logic during IME composition. - Updated `inputText` synchronization after IME input ends to ensure it matches the finalized value. - Prevented unwanted modifications of input value when using IME, addressing the issue where typing and deleting partially composed characters could remove the last English character.
droshev
pushed a commit
that referenced
this issue
Sep 10, 2024
…deletion of characters (#12340) * fix(core): handle IME input correctly to prevent accidental deletion of characters closes [#12232](#12232) ## Description - Added handling for `compositionstart` and `compositionend` events to properly manage IME input (e.g., Chinese, Japanese). - Introduced `isComposing` flag to bypass autocomplete logic during IME composition. - Updated `inputText` synchronization after IME input ends to ensure it matches the finalized value. - Prevented unwanted modifications of input value when using IME, addressing the issue where typing and deleting partially composed characters could remove the last English character. * fix(core): combobox handle IME input correctly to prevent accidental deletion of characters closes [#12232](#12232) ## Description Fixed `isComposing` prefix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a bug, enhancement, or feature request?
Bug
Can you handle that on the application side
Unfortunately not
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.)
Latest
If this is a bug, please provide steps for reproducing it; the exact components you are using;
Related to this ticket: #10710
Issue.chinese.characters.in.search.term.mov
It's a customer facing issue.
The text was updated successfully, but these errors were encountered: