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
I originally had stopped event propagation to handle some unexpected triggering of nested models (Menu/Dialog/Drawer, etc), but I could not identify any reasons to keep these in the current state.
Please let me know if you spot any regressions, but I did a fair bit of manual validation and couldn't identify anything, and fixes the Menu click outside use case
See example using
MenuField
withinDrawer
CleanShot.2024-07-30.at.12.37.54.mp4
See also discussion regarding
MultiSelectField
withDialog
Likely the culprit is the event.stopPropagation() but there is also some coordination with
Popover
to not break when doing so.The text was updated successfully, but these errors were encountered: