You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dropdown menu automatically closes whenever onValueChange() sets the selectedValue prop. I require the dropdown menu to keep opening until the user closes manually by selecting background overlay (or) programmatically triggered to close the dropdown menu, if possible.
It also would be nice if we had onClose callback function as a prop! 👍🏻
Here's the code excerpt...
The dropdown menu automatically closes whenever
onValueChange()
sets theselectedValue
prop. I require the dropdown menu to keep opening until the user closes manually by selecting backgroundoverlay
(or) programmatically triggered to close the dropdown menu, if possible.It also would be nice if we had
onClose
callback function as a prop! 👍🏻Here's the code excerpt...
The text was updated successfully, but these errors were encountered: