How to disable Escape Key for Twitter Bootstrap Modals?

后端 未结 7 926
执念已碎
执念已碎 2020-12-13 17:44

In a shown modal there is a form. If I focus on an input field (any field for that matter) and press ESC key, that modal is hidden. However, if I don\'t focus on a form fiel

7条回答
  •  再見小時候
    2020-12-13 18:04

    If your modal dialog looks like this

    
    

    Removing tabindex="-1" should disable Escape key.

提交回复
热议问题