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
Is there a way to open the dropdown with the enter key?
I've seen this example but would prefer a functional component way as opposed to a class: https://codesandbox.io/s/open-on-top-w1yr0 - also, this works well, but when tabbing to the dropdown again, it opens automatically on focus, which is probably not the desired effect.
The text was updated successfully, but these errors were encountered:
It should also work with functional. It does not matter. Regarding the
tabbing - it is only happening because in the example there is only one
focusable component on the page.
Is there a way to open the dropdown with the enter key?
I've seen this example but would prefer a functional component way as opposed to a class: https://codesandbox.io/s/open-on-top-w1yr0 - also, this works well, but when tabbing to the dropdown again, it opens automatically on focus, which is probably not the desired effect.
The text was updated successfully, but these errors were encountered: