我正在尝试在selectpicker上将data-live-search和showSubtext设置为“true”,但它无效。我做错了什么?
<select class="selectpicker" data-show-subtext="true" data-live-search="true">
<option value="create">Create subtext</option>
<option value="update" data-subtext="old subtext">Update subtext</option>
<option value="delete" data-subtext="more subtext">Delete subtext</option>
</select>
$(".selectpicker").selectpicker();
答案 0 :(得分:2)
您必须修复bootstrap-select.js的链接。