-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[select] feat(Select2, Suggest2, MultiSelect2): menuProps allows forwarding props to Menu #5435
Merged
adidahiya
merged 7 commits into
palantir:develop
from
bvandercar-vt:bv/select-menu-label-prop
Jul 20, 2022
Merged
[select] feat(Select2, Suggest2, MultiSelect2): menuProps allows forwarding props to Menu #5435
adidahiya
merged 7 commits into
palantir:develop
from
bvandercar-vt:bv/select-menu-label-prop
Jul 20, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…iSelect2/Select2/Suggest2
bvandercar-vt
changed the title
allow for passing an aria-label to the menu that gets created in MultiSelect2/Select2/Suggest2
allow for passing menuProps to the menu that gets created in MultiSelect2/Select2/Suggest2
Jul 12, 2022
I am also open to renaming this prop ‘listProps’ or ‘listboxProps’ instead of ‘menuProps’, whatever the devs prefer |
adidahiya
suggested changes
Jul 20, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! just some minor docs edit suggestions
adidahiya
changed the title
allow for passing menuProps to the menu that gets created in MultiSelect2/Select2/Suggest2
[select] feat(Select2, Suggest2, MultiSelect2): menuProps allows forwarding props to Menu
Jul 20, 2022
Co-authored-by: Adi Dahiya <adi.dahiya14@gmail.com>
Co-authored-by: Adi Dahiya <adi.dahiya14@gmail.com>
Co-authored-by: Adi Dahiya <adi.dahiya14@gmail.com>
adidahiya
approved these changes
Jul 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #0000
Checklist
in order to pass aXe a11y testing, we need to apply an
aria-label
to theMenu
that is created by MultiSelect2/Select2/Suggest2