Disable Modal Background Click/Touch
How to disable a modal background click/touch to prevent accidental modal close
Last updated
How to disable a modal background click/touch to prevent accidental modal close
Last updated
Often we use modals to present forms/applications in a way that makes sense. This code will allow us prevent intentional or accidental closure of modal windows by touching or clicking the black background layer around the modal window. This is especially useful when a form or page has a lot of user entry where data entry can be lost if the modal window is accidentally closed before submitting.
None needed 😎
No adjustments needed, copy pasta and you are set 👍