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
fix(input): prevent onEnter event during IME composition (#5862)
* fix(input): prevent onEnter event during IME composition
- Add isComposition check in useInputEventHandler to prevent Enter key event
during Chinese input method composition
- Pass isComposition state from useInput to useInputEventHandler
- Add test case to verify IME composition behavior
- Fixes Table filter component issue where Enter key triggers both
IME commit and filter confirmation
* chore: stash changelog [ci skip]
---------
Co-authored-by: tdesign-bot <[email protected]>
0 commit comments