IME composition
React
open
LibreChat prompt name, label, and tag inputs fire on the IME Enter
fix: guard IME composition on Enter in prompt name/labels and dynamic tag inputs
LibreChat · danny-avila/LibreChat
Symptom
LibreChat prompt name, label, and tag inputs all trigger on IME Enter, causing broken CJK input across multiple components.
Minimal repro
LibreChat prompt editor → tag or name field → CJK IME → Enter to confirm → submit fires.
Fix
isComposing guard across prompt name, label, and dynamic-tag Enter handlers.