Skip to content
New issue

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

[Bug]: The select won't open on click #701

Open
Raven0us opened this issue Feb 27, 2024 · 3 comments
Open

[Bug]: The select won't open on click #701

Raven0us opened this issue Feb 27, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@Raven0us
Copy link

Bug description

If openOnFocus: false, clicks don't open the select, neither does the key Space.

Auto focus events are noise to a screen reader (jumping from document to element back to document).

Expected behavior

Clicking the control or hitting Space should open the select.

Steps to reproduce

https://codepen.io/Raven0us/pen/GRLKNGX

Additional context

Latest version

@Raven0us Raven0us added the bug Something isn't working label Feb 27, 2024
Copy link

This issue has not been active in 120 days and has been marked "stale". Remove stale label or comment or this will be closed in 15 days

@github-actions github-actions bot added the stale No activity label Jun 27, 2024
@vilinicz
Copy link

vilinicz commented Jul 4, 2024

Confirming, with openOnFocus: false options dropdown doesn't open at all.

@github-actions github-actions bot removed the stale No activity label Jul 5, 2024
@pereorga
Copy link

pereorga commented Jul 8, 2024

I think this is by design? With openOnFocus: false it opens only when the user types something and the search matches. I actually use this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants