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
The Dropdown component is working with each option's value internally. Whereas using the key, if supplied, would be correct.
Throw a set of options into a Dropdown with two identical values.
Show both options.
0.68.1
http://codepen.io/karlludwigweise/pen/xdRvYL
And yes, this is a very very awkward use-case.
The text was updated successfully, but these errors were encountered:
Thanks, this is being worked on in #1639. I'll leave this open until that is merged.
Sorry, something went wrong.
No branches or pull requests
The Dropdown component is working with each option's value internally. Whereas using the key, if supplied, would be correct.
Steps
Throw a set of options into a Dropdown with two identical values.
Expected Result
Show both options.
Actual Result
Version
0.68.1
Testcase
http://codepen.io/karlludwigweise/pen/xdRvYL
And yes, this is a very very awkward use-case.
The text was updated successfully, but these errors were encountered: