有一个选项允许清除ui选择匹配为你做的事情,你会有x在右边,你可以通过单击它清除它。
https://github.com/angular-ui/ui-select/wiki/ui-select-match
原文链接:https://www.f2er.com/angularjs/146005.htmlhttps://github.com/angular-ui/ui-select/wiki/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>