Bootstrap Selectpicker像ajax搜索框一样工作

时间:2019-12-19 10:29:40

标签: twitter-bootstrap bootstrap-selectpicker

当您将Selectpicker与实时搜索功能一起使用时,通常会列出所有选项,并且在您键入时会对其进行过滤以匹配您的输入。我需要做的是,输入3个字符后,我希望列出所有包含选项字符串中这3个字母的选项。

<select class="selectpicker" data-live-search="true">
  <option data-tokens="ketchup mustard">Hot Dog, Fries and a Soda</option>
  <option data-tokens="mustard">Burger, Shake and a Smile</option>
  <option data-tokens="frosting">Sugar, Spice and all things nice</option>
</select>

0 个答案:

没有答案