Make closing dialog when clicking next to it optional
Closed this issue · 3 comments
NathanVG commented
While in a lot of cases the behavior of closing a dropdown menu or a dialog when clicking next to it is desirable, in other cases, where you require a user to select something this behavior is not ideal.
I would like to propose adding a flag to the dialog component so this behavior can be disabled at will , like the IgnoreOutlet flag.
DavidVollmers commented
Hey, you can already do this as described in here: #42 (comment)
NathanVG commented
Ah great, maybe this should be mentioned in the docs :)
DavidVollmers commented
Unfortunately there is a lot which currently isn't mentioned in the docs, but yes I agree!