-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Dropdown: Error occurred with keyboard action #1875
Comments
As noted in the Dropdown docs:
We should fix the error, however, the fix will only prevent the error from being thrown. We will not attempt to parse children and update the state accordingly. In the future, we will likely drop all support for |
I fully agree about drop of support |
I've used subcomponent API to use |
Steps
For Dropdown without shorthanded
options
prop, we cannot move selections with keyboard arrows.Expected Result
moves focus up & down
Actual Result
Version
0.70.0
Testcase
https://codepen.io/rokoroku/pen/weLWXX
The text was updated successfully, but these errors were encountered: