bootstrap tutorial - How to prevent Bootstrap modal from closing when clicking outside - bootstrap examples - bootstrap templates - bootstrap 3
Use the Modal's backdrop Option :
- The backdrop or dark area will close and disappear when we click outside of the Bootstrap Modal window.
- Otherwise It will disappear when we are press the escape key inside the modal.
- But we want to prevent this from happening by using the following modal
Read Also
How to remove slide down effect from Bootstrap modalHow to change the default width of Bootstrap model box
Example
- In this model we use the following options to show the backdrop area when we click outside
backdrop
option tostatic
andkeyboard
option tofalse