如何使用“country_select”助手预先选择一个国家/地区?

发布于 2024-12-27 19:30:11 字数 460 浏览 2 评论 0原文

如何在 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 = {})

How is it possible to preselect a country in the dropdown list generated by the country_select or localized_country_select helpers? The following code nicely creates a list of countries, but the :selected => :ch part does not have the expected effect of preselecting Switzerland (ch):

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

Update: the following seems to be a better choice for achieving this.

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文