angular ui-select 不需要列表的搜索功能如何隐藏
angular ui-select search functionality for list is not needed how to hide that
angular ui-select 搜索功能。
我不想使用搜索列表选项,如何隐藏该选项。
我的演示:LINK
> http://plnkr.co/edit/CKHbiSQ4tZXTjOyxpyBK?p=preview
我不想要这个搜索选项。 ui-select.
的默认行为
请参考图片。
我认为您希望通过键入来禁用 select 选项的功能。您需要将 search-enabled
设置为 false
。
文档 https://github.com/angular-ui/ui-select/wiki/ui-select
更新的 Plunker:http://plnkr.co/edit/IwBWefw1TIq5hvOrR1hO?p=preview
angular ui-select 搜索功能。
我不想使用搜索列表选项,如何隐藏该选项。
我的演示:LINK
> http://plnkr.co/edit/CKHbiSQ4tZXTjOyxpyBK?p=preview
我不想要这个搜索选项。 ui-select.
的默认行为
请参考图片。
我认为您希望通过键入来禁用 select 选项的功能。您需要将 search-enabled
设置为 false
。
文档 https://github.com/angular-ui/ui-select/wiki/ui-select
更新的 Plunker:http://plnkr.co/edit/IwBWefw1TIq5hvOrR1hO?p=preview