svelte-ux icon indicating copy to clipboard operation
svelte-ux copied to clipboard

Improve clicking outside of fields (MenuField, MultiSelectField, etc) when on Dialog/Drawer

Open techniq opened this issue 7 months ago • 0 comments

See example using MenuField within Drawer

https://github.com/user-attachments/assets/04ab1f34-f54e-4359-83de-f2044c95ac71

See also discussion regarding MultiSelectField with Dialog

Likely the culprit is the event.stopPropagation() but there is also some coordination with Popover to not break when doing so.

techniq avatar Jul 30 '24 16:07 techniq