mantine
mantine copied to clipboard
Select not working with keyboard
What package has an issue
@mantine/core
Describe the bug
With native select, once the dropdown is shown, a user can navigate quickly using the keyboard a-z to jump to value. But this is not the case with select.
In which browser did the problem occur
Chrome latest
If possible, please include a link to a codesandbox with the reproduced problem
No response
Do you know how to fix the issue
No
Are you willing to participate in fixing this issue and create a pull request with the fix
No response
Possible fix
No response
Most likely this feature will never be added because select can be searchable. If you need this feature, you should use NativeSelect component.