We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node version: v20.12.1 Package manager: [email protected] Radix Vue version: 1.9.10 Vue version: 3.5.13 CSS framework: [email protected] OS: macOS 15.1 Browser: Chrome 131.0.6778.86
https://codesandbox.io/p/devbox/radix-vue-tagsinput-japanse-ime-yh2h2x
In this GIF, I tried to add the tag アメリカ合衆国 (the USA) following these steps:
アメリカ合衆国
あめりか
アメリカ
がっしゅうこく
合衆国
I found an issue related to the Japanese IME in TagsInput. The Enter key has two functions for IME users:
TagsInput cannot handle the second pattern correctly.
Reference: https://en.wikipedia.org/wiki/Japanese_input_method#Kana_to_kanji_conversion
TagsInput does not add any tags when user confirms character conversion with the enter key.
No response
The text was updated successfully, but these errors were encountered:
@shoma-mano do you think this is similar to what you fixed #1430 ? 😁
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Environment
Link to minimal reproduction
https://codesandbox.io/p/devbox/radix-vue-tagsinput-japanse-ime-yh2h2x
Steps to reproduce
In this GIF, I tried to add the tag
アメリカ合衆国
(the USA) following these steps:あめりか
(amerika)アメリカ
from the IME candidatesアメリカ
remains in the input field, and no tag is added.アメリカ
remains in the input field, but anアメリカ
tag is added.がっしゅうこく
(gassyuukoku)合衆国
from the IME candidatesアメリカ合衆国
remains in the input field, and no tag is added.合衆国
remains in the input field and aアメリカ合衆国
tag is added.Describe the bug
I found an issue related to the Japanese IME in TagsInput.
The Enter key has two functions for IME users:
TagsInput cannot handle the second pattern correctly.
Reference: https://en.wikipedia.org/wiki/Japanese_input_method#Kana_to_kanji_conversion
Expected behavior
TagsInput does not add any tags when user confirms character conversion with the enter key.
Context & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered: