Twitter bootstrap modal input field focus

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

I have the following modal form from example:




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

    You can do: e.g

    <%= f.text_field :first_name, class: "form-control", placeholder: "Enter first name", autofocus: true%>
    

    just add this: autofocus: true

提交回复
热议问题