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
Can be reproduced on the bluerpint docs page: https://blueprintjs.com/docs/#select/multi-select
As soon as focus is on MultiSelect input there is no way to make it leave it by using the Tab key.
The issue is reproducible in Firefox only, behavior is correct in Google Chrome and Microsoft Egde.
It should be possible to switch to the next element by using the Tab key.
None.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Environment
@blueprintjs/core: 5.13.0
@blueprintjs/select: 5.2.4
Windows 10 Home Edition
Firefox 132.0.1
Code Sandbox
Can be reproduced on the bluerpint docs page:
https://blueprintjs.com/docs/#select/multi-select
Steps to reproduce
Actual behavior
As soon as focus is on MultiSelect input there is no way to make it leave it by using the Tab key.
The issue is reproducible in Firefox only, behavior is correct in Google Chrome and Microsoft Egde.
Expected behavior
It should be possible to switch to the next element by using the Tab key.
Possible solution
None.
The text was updated successfully, but these errors were encountered: