Bootstrap select + AngularJS:select下拉列表仅在Safari上显示具有所选值的额外按钮

问题描述

我正在尝试修复仅在Safari(chrome可以正常运行)上发生的错误,该错误是下拉选择将所选值显示为正确值下方的第二个下拉按钮。

Here is what I mean

以下是生成代码代码

<div class="filter-container rounded-corners" ng-style="statsContainer">
    <div class="stats-selector-container form-group translucide pull-left">
        <label class="pull-left white">{{ localization.groupTypeKey }}</label>
        <select id="groups-stats-select" class="selectpicker" ng-model="groupType">
           <option value="{{ groupType }}">{{ groupType }}</option>
        </select>
        <br>
    </div>
    <div class="clear"></div>
</div>

您知道什么可能导致此重复按钮吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)