IME composition
React
open
Dify tag input adds a tag on the IME confirmation Enter
fix(web): guard IME composition in tag input Enter handler
dify · langgenius/dify
Symptom
Dify tag input adds a tag on IME confirmation Enter, creating malformed tags for CJK users.
Minimal repro
Dify web tag input → Japanese IME → Enter to confirm → tag added prematurely.
Fix
Check isComposing before handling Enter in tag input.