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
enter some text using Chinese, Japanese, or Korean input method
Expected Result
onChange event should be triggered only when character is finalized
Actual Result
onChange event triggered as each sub character is entered
Version
0.68.5
Impact
This severely impacts the usability of Input and Search Components for users using non-latin language
This is probably an inherent issue with React, but maybe Semantic-UI can provide a workaround using compositionstart and compositionend event.
Steps
<Input placeholder='Search...' onChange={() => {console.log("onchange fired!")}} />
Expected Result
onChange event should be triggered only when character is finalized
Actual Result
onChange event triggered as each sub character is entered
Version
0.68.5
Impact
This severely impacts the usability of Input and Search Components for users using non-latin language
This is probably an inherent issue with React, but maybe Semantic-UI can provide a workaround using compositionstart and compositionend event.
Related issue
facebook/react#3926
The text was updated successfully, but these errors were encountered: