Twitter bootstrap modal input field focus

后端 未结 9 742
不知归路
不知归路 2020-12-08 03:56

I have the following modal form from example:




        
9条回答
  •  無奈伤痛
    2020-12-08 04:37

    I removed tabindex="-1" and it works so nice.

    My HTML code before changes:

    My HTML code after changes:

    My Input code:

    
    

    And I have no configurations in my Javascript code.

提交回复
热议问题