You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I use latest version of all @mantine/* packages
What version of @mantine/* packages do you have in package.json?
7.7.1
What package has an issue?
@mantine/core
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
None
Describe the bug
When you use IME to input CJK words and types a Backspace key to delete, not only the CJK words got deleted by one char, but the whole, previous tag got deleted.
Demo:
tagsinput-ime-bug.mp4
If possible, include a link to a codesandbox with a minimal reproduction
…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.
…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
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.7.1
What package has an issue?
@mantine/core
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
None
Describe the bug
When you use IME to input CJK words and types a
Backspace
key to delete, not only the CJK words got deleted by one char, but the whole, previous tag got deleted.Demo:
tagsinput-ime-bug.mp4
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
#6011
Self-service
The text was updated successfully, but these errors were encountered: