Listbox should have events for opened, closing #2170
DarkGhostHunter
started this conversation in
Ideas
Replies: 1 comment
-
Yes, please add open/close events for components |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, we can use this to integrate popper.js.
onOpen
= Before the ListboxOptions is mounted/shown.onOpened
= After the ListboxOptions is mounted/shown.onClose
= Before the ListboxOptions is unmounted/hidden.onClosed
= After the ListboxOptions is unmounted/hidden.Beta Was this translation helpful? Give feedback.
All reactions