google / google/adk-web

Enhance: DevUI has bad UX when inputting Japanese (Re-open #6)

Open
#51 3 comments 5 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1k
Forks
267
Avg merge
1d 12h
Merged PRs (30d)
9

Description

[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]

Show DevUI
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

Note: #6 was closed, but #6 have not fixed yet. I don't have the permission to re-open the issue, so i create new issue now.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.