hperrin / svelte-material-ui

Svelte Material UI Components
https://sveltematerialui.com/
Apache License 2.0
3.27k stars 287 forks source link

exported menu methods for Select #616

Open Narbin opened 11 months ago

Narbin commented 11 months ago

I needed to programmatically open the menu in the Select component, where it is possible for the Menu itself, but Select wasn't exporting menu state. I noticed someone on Discord asking about the same thing, so I decided to add it :)