We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5336dc5 commit a7210c4Copy full SHA for a7210c4
src/selectize/no-choice.tpl.html
@@ -0,0 +1,6 @@
1
+<div class="ui-select-no-choice selectize-dropdown"
2
+ ng-show="$select.items.length == 0">
3
+ <div class="selectize-dropdown-content">
4
+ <div data-selectable="" ng-transclude></div>
5
+ </div>
6
+</div>
src/selectize/select.tpl.html
@@ -13,4 +13,5 @@
13
aria-label="{{ $select.baseTitle }}">
14
</div>
15
<div class="ui-select-choices"></div>
16
+ <div class="ui-select-no-choice"></div>
17
0 commit comments