rails Simple_form 表单组件
collection select 手动设置下拉框默认值
与文本域不同,下拉框设置默认值不能使用 :input_html=>{:value=>value} ,而是需要使用 :selected
<%=f.input:name,:collection=>['Yes','No'],:selected=>'YES'%>
转载于:https://blog.51cto.com/bohsu/1252469
rails Simple_form 表单组件
与文本域不同,下拉框设置默认值不能使用 :input_html=>{:value=>value} ,而是需要使用 :selected
<%=f.input:name,:collection=>['Yes','No'],:selected=>'YES'%>
转载于:https://blog.51cto.com/bohsu/1252469