Skip to content

Enhance: DevUI has bad UX when inputting Japanese #6

@soundTricker

Description

@soundTricker

[Description of issue]
On DevUI chat input, we can send a message by typing the Enter Key.
When inputting Japanese, we must decide the conversion candidate by pressing the Enter key, but DevUI chat input send the message when decide the conversion candidate.
So we can't send full message when using Japanese.

[How to re-produce the issue]

  1. Show DevUI
  2. Input Japanese message on chat input.

[Proposal]
Changing the shortcut key to Ctrl(Command) + Enter or adding the send button and disable shortcut key.
Or using isComposing property.
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/isComposing

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions