Skip to content
New issue

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

[@mantine/core] TagsInput: Fix incorrect IME keyboard input handling for Backspace (#6010) #6011

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

xiaohanyu
Copy link
Contributor

@xiaohanyu xiaohanyu commented Mar 31, 2024

When people use IME to type in CJK words, a Backspace key would delete both a char in the CJK words and the previous tag before this fix.

Ref PR: #4947

@xiaohanyu
Copy link
Contributor Author

Before fix demo check #6010 .

After fix demo:

tagsinput-ime-no-bug.mp4

…for `Backspace` (mantinedev#6010)

When people use IME to type in CJK words, a `Backspace` key would delete both a
char in the CJK words and the previous tag before this fix.

Ref PR: mantinedev#4947
@xiaohanyu xiaohanyu force-pushed the fix/tagsinput-ime-backspace branch from 2dc0e39 to 0309c19 Compare March 31, 2024 12:25
@rtivital rtivital merged commit 297ddce into mantinedev:master Apr 11, 2024
1 check passed
@rtivital
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants