Closed
Description
Seems that on v3.0.0 there was a change introduced in the way the focused option is determined.
✅ Here is an example of how it worked on v2.4.4: https://codesandbox.io/s/react-codesandboxer-example-sywkk
- Selected option ==> Blue background ==> "Purple" option
- Focused option ==> Light blue ==> Starts in "Purple" option and you could move from there.
Which is the same as the behavior of the native select inputs:
❌ Here is the same exact example running on v3.0.4: https://codesandbox.io/s/react-codesandboxer-example-3cutx
- Selected option ==> Blue background ==> "Purple" option
- Focused option ==> Light blue ==> Starts in "Ocean" option.
Not sure if this is an issue, or if it was a change intentional made.
But, how can I get the focused option starting at the selected option?
Metadata
Metadata
Assignees
Labels
No labels