-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Some of the menu component's onDismiss handling (1,2) does NOT call hide(); if I change the menu's visibility within ondismiss it cancels the animation entirely
Describe the solution you'd like
make hide accepts a callback, calls the callback at the end of the animation, and replace the onDismiss to () => hide(onDismiss)
Describe alternatives you've considered
I might have totally missed the memo on how to control the menu visibility via onDismiss.
Additional context
Add any other context or screenshots about the feature request here.
ievolution