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.16.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
When using a basic select demo in Safari, netiher the escape key closes the combobox, nor does the arrow up/down key work to select a different item. Rather the arrow up and down key move the page.
If possible, include a link to a codesandbox with a minimal reproduction
I can confirm that focus trapping worked without having to edit the mantine packages, but would be great to have this already done within the mantine package either using a focus trap or doing what the modal does with the window event.
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.16.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
When using a basic select demo in Safari, netiher the escape key closes the combobox, nor does the arrow up/down key work to select a different item. Rather the arrow up and down key move the page.
If possible, include a link to a codesandbox with a minimal reproduction
https://mantine.dev/combobox/?e=BasicSelect
Possible fix
Seems like focus needs to be trapped when using a target other than text field input.
Self-service
The text was updated successfully, but these errors were encountered: