如何使用`country_select`帮助预选一个国家/地区?

时间:2012-01-19 08:35:44

标签: ruby-on-rails select localization country-codes html-select

如何在country_selectlocalized_country_select助手生成的下拉列表中预选国家/地区?以下代码很好地创建了一个国家/地区列表,但:selected => :ch部分没有预先选择瑞士(ch)的预期效果:

<%= localized_country_select(:user, :country, [], :selected => :ch) %>

更新:以下似乎是实现这一目标的更好选择。

localized_country_select_tag(name, selected_value = nil, priority_countries = nil, html_options = {})

0 个答案:

没有答案