Skip to content
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

feat(select): dispatch select-(open|close)(ing|ed) events #4799

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Aug 28, 2023

feat(select): dispatch select-(open|close)(ing|ed) events

This will allow for the case of data fetching select options only when the select menu has opened.

We prepend the menu events with select-* and do not bubble because we have historically had the issue where a select inside a dialog or another menu has had event name clashes causing user runtime issues. I can probably keep them the same names but still not have them bubble if y'all think that's better.

See more discussion in linked github issue

fixes #4798

@copybara-service copybara-service bot force-pushed the cl/560822352 branch 3 times, most recently from 9a47856 to 6de364d Compare August 28, 2023 23:24
@copybara-service copybara-service bot closed this Aug 28, 2023
@copybara-service copybara-service bot deleted the cl/560822352 branch August 28, 2023 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Event for when the menu is opening for the select components
0 participants