Opt out of "outside clicks" triggering onClose event #352
sam-potter
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, congrats on the update. Have been so excited for this and didn't disappoint.
However, I'd love the option to disable the onClose event from triggering from an outside click.
My use case is a slide-over panel that basically describes a row from a table. The dialogue panel provides extra information and the ability to edit that row of the table. In this case, I believe it's appropriate that an outside click on another row of the table, should simply change the details of the already open dialogue panel, rather than forcing the user to make 2 clicks (first to close, second to reopen) on a different table row.
Perhaps a prop could be exposed on certain components?
Would appreciate your thoughts. Cheers.
Beta Was this translation helpful? Give feedback.
All reactions