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
{{ message }}
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.
Currently, a Modal closes whenever the user clicks outside of the Modal.
This is reasonable in many cases, but in other cases, it is necessary to force the user to make an explicit choice/decision (rather than just the implicit choice of exiting the Modal) before letting them move beyond the current Modal. It would therefore be useful for Modals to have a "don't close the Modal when clicking outside of it" option (which would default to the current behavior).
The text was updated successfully, but these errors were encountered:
Currently, a Modal closes whenever the user clicks outside of the Modal.
This is reasonable in many cases, but in other cases, it is necessary to force the user to make an explicit choice/decision (rather than just the implicit choice of exiting the Modal) before letting them move beyond the current Modal. It would therefore be useful for Modals to have a "don't close the Modal when clicking outside of it" option (which would default to the current behavior).
The text was updated successfully, but these errors were encountered: