リストにない値を ui-select に追加する方法はありますか。タグ付けは複数選択で利用できますが、UI 選択では機能しません。そうでない場合、利用できる他のライブラリはありますか?
<ui-select ng-model="model.Array[$index]" reset-search-input="true">
<ui-select-match>{{$select.selected}}
</ui-select-match>
<ui-select-choices repeat="value in List| filter: $select.search | orderBy:value |limitTo:100">
<div ng-bind-html="value| highlight: $select.search "></div>
</ui-select-choices>
</ui-select>