-
Notifications
You must be signed in to change notification settings - Fork 832
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
SelectMenu closeOnSelect doesn't work with isMultiSelect #1521
Comments
Looking at the code, I think this was intentional: evergreen/src/select-menu/src/OptionsList.js Lines 128 to 141 in 80f4f65
I'm thinking closing the select menu would lead users to believe they can only select one option, and they wouldn't reopen it to select another. |
I see it's a feature not a bug 😄 "I'm thinking closing the select menu would lead users to believe they can only select one option, and they wouldn't reopen it to select another." I don't think that would be a problem since it will only close with explicit closeOnSelect. |
That's a good point. Looks like we don't default |
No description provided.
The text was updated successfully, but these errors were encountered: