Answers for "bootstrap modal disable close on outside click or click esc"

3

bootstrap modal popup disable click outside

<button data-target="#myModal" data-toggle="modal" data-backdrop="static" data-keyboard="false">
    Launch demo modal
 </button>
Posted by: Guest on March-18-2021
0

prevent close modal when click outside

<button data-target="#myModal" data-toggle="modal" data-backdrop="static" data-keyboard="false">
    Launch demo modal
 </button>
Posted by: Guest on February-02-2021

Code answers related to "bootstrap modal disable close on outside click or click esc"

Code answers related to "Javascript"

Browse Popular Code Answers by Language