DavidVollmers/Ignis

Make closing dialog when clicking next to it optional

Closed this issue · 3 comments

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.

Hey, you can already do this as described in here: #42 (comment)

Ah great, maybe this should be mentioned in the docs :)

Unfortunately there is a lot which currently isn't mentioned in the docs, but yes I agree!