IME composition Angular open

CopilotKit Angular chat submits on the Enter that confirms an IME candidate

Angular chat input submits on the IME confirm Enter

CopilotKit · CopilotKit/CopilotKit

Symptom

The Angular chat input submits the message on the Enter that confirms an IME composition.

Minimal repro
1. Type a CJK message in the Angular chat input.
2. Press Enter to confirm the IME conversion; the message sends early.
Fix

Check event.isComposing (Angular passes the native KeyboardEvent) before submitting.

Fix PR → #copilotkit-angular-chat-ime

Also in: Angular

← all 93 entries