有人知道如何清除angular中的ui-select框的选定值吗?
我想要select2的功能,其中selectbox中有一个小x。看起来好像没有select2获得的allow-clear方法。
如果您使用的是select2主题,则指令allow-clear上有一个选项可以ui-select- match为您执行此操作。您将在右侧看到x,可以通过单击将其清除。 https://github.com/angular-ui/ui- select/wiki/ui-select-match
allow-clear
ui-select- match
快速示例:
<ui-select-match allow-clear="true" placeholder="Select or search a country in the list..."> <span>{{$select.selected.name}}</span> </ui-select-match>
工作示例:http : //plnkr.co/edit/DbbUE68QlNLjx97pBZ56?p=preview
当前无法使用引导程序或选择主题。