我正在尝试在我的表单中使用 state_select gem。它给了我下拉菜单并显示状态,但没有选项可供选择。
<div class="field">
<%= f.label :state %><br />
<%= f.state_select :state, 'US', { :prompt => "State" }, { :style => "width: 75px;" } %>
</div>
我正在尝试在我的表单中使用 state_select gem。它给了我下拉菜单并显示状态,但没有选项可供选择。
<div class="field">
<%= f.label :state %><br />
<%= f.state_select :state, 'US', { :prompt => "State" }, { :style => "width: 75px;" } %>
</div>