标签: jquery jquery-chosen
选择的库具有选项search_contains,如果设置为true,则在单词的中间搜索,如果设置为false,则从单词的开头搜索。
search_contains
true
false
但它没有像Search from start of the select option这样的选项。
Search from start of the select option
有什么方法可以实现这个目标吗?或者是否有任何其他库支持此选项。
我还检查了select2 jquery插件,但它也没有这样的选项。