IME composition React open

Plane select dropdown picks an item on the IME confirmation Enter

fix(ui): ignore Enter during IME composition in select dropdowns

plane · makeplane/plane

Symptom

Plane select dropdowns pick an item on IME confirmation Enter, making it impossible for CJK users to search.

Minimal repro
Plane dropdown search → Japanese IME → Enter to confirm → item picked mid-composition.
Fix

Skip item selection when event.nativeEvent.isComposing is true.

Fix PR → #plane-select-dropdown-ime

Also in: React

← all 93 entries