Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 PiperOrigin-RevId: 560849772
- Loading branch information