IME composition React open

RSuite InputPicker selects an item on the IME confirmation Enter

fix(InputPicker): ignore Enter during IME composition when selecting an item

rsuite · rsuite/rsuite

Symptom

RSuite InputPicker selects the focused item when CJK IME confirmation Enter is pressed, skipping intended input.

Minimal repro
RSuite InputPicker with CJK IME → search → Enter to confirm composition → list item selected prematurely.
Fix

Guard item selection Enter handler with isComposing check.

Fix PR → #rsuite-inputpicker-ime

Also in: React

← all 93 entries