Avoid modal dismiss on enter keypress

后端 未结 7 1812
暗喜
暗喜 2020-12-02 12:30

I have set up a bootstrap modal with a form inside it, I just noticed that when I press the Enter key, the modal gets dismissed. Is there a way not to dismiss it when pressi

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-02 13:35

    I had same problem, and i solved it with

    but there is one more solution, you can add dummy invisible input, so your form would look like this:

    
        
        
    
    

提交回复
热议问题