【问题标题】:Bootstrap Form Helpers - Country Flag on Phone InputBootstrap 表单助手 - 电话输入中的国家/地区标志
【发布时间】:2016-10-04 23:17:24
【问题描述】:

我正在尝试为 Jquery 使用 Bootstrap Form Helpers 插件。一切正常,但我正在尝试使用此示例并通过添加 data-flags="true" 在其旁边显示国旗,但这不起作用。有人用过吗?

http://bootstrapformhelpers.com/phone/#jquery-plugins [示例 4]

【问题讨论】:

  • 同样的问题,但在 rails 4...data-flags="true" 但没有骰子...
  • 你有没有设法得到这个排序..?

标签: jquery twitter-bootstrap jquery-plugins bootstrap-form-helper


【解决方案1】:

似乎无法将data-flags="true"选项与电话输入结合使用。

您只能在无法链接到电话输入的.bfh-selectbox div 元素上添加data-flags="true" 选项。

<div class="bfh-selectbox bfh-countries" data-country="US" data-flags="true"></div>

在这里演示:http://www.bootply.com/rP5zMMHWVo

也许可以作为功能请求向项目所有者提出。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2020-05-18
    • 2022-01-12
    • 1970-01-01
    • 1970-01-01
    • 2016-02-11
    • 1970-01-01
    • 2022-07-10
    • 2013-08-08
    相关资源
    最近更新 更多