Composition events (Chinese, Japanese IME) problem in controlled SearchInput
component
#849
Labels
🐛 bug
Something isn't working
SearchInput
component
#849
Description
Chinese characters entered via the Chinese Pinyin input method trigger excessive renders, as shown below in the "Keyword Search" example:
Note: This issue only occurred in v1. v0 does not have this problem.
Several related issues have been identified:
inputValue
inuseCombobox
downshift-js/downshift#1452onChange
override zendeskgarden/react-containers#588Resolution
To resolve this issue, it's recommended to set the value immediately for controlled input or textarea, regardless of whether it's controlled or not.
The text was updated successfully, but these errors were encountered: