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 a41a7fc commit e59e008Copy full SHA for e59e008
src/select2/no-choice.tpl.html
@@ -0,0 +1,6 @@
1
+<div class="ui-select-no-choice dropdown"
2
+ ng-show="$select.items.length == 0">
3
+ <div class="dropdown-content">
4
+ <div data-selectable="" ng-transclude></div>
5
+ </div>
6
src/select2/select.tpl.html
@@ -17,5 +17,6 @@
17
ng-model="$select.search">
18
</div>
19
<div class="ui-select-choices"></div>
20
+ <div class="ui-select-no-choice"></div>
21
22
0 commit comments