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
7.15.1
@mantine/core
Vite
Safari
In Firefox, when I open a combobox I can close it using Escape. But on Safari, this is not true.
https://mantine.dev/core/combobox/
https://stackoverflow.com/questions/719537/capture-an-escape-keypress-in-webkit-browsers
The text was updated successfully, but these errors were encountered:
Note that Modal works as intended.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.15.1
What package has an issue?
@mantine/core
What framework do you use?
Vite
In which browsers you can reproduce the issue?
Safari
Describe the bug
In Firefox, when I open a combobox I can close it using Escape. But on Safari, this is not true.
If possible, include a link to a codesandbox with a minimal reproduction
https://mantine.dev/core/combobox/
Possible fix
https://stackoverflow.com/questions/719537/capture-an-escape-keypress-in-webkit-browsers
Self-service
The text was updated successfully, but these errors were encountered: