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.
2 parents 9a40b6f + 7c8b3a0 commit 3fd1e2dCopy full SHA for 3fd1e2d
src/bootstrap/choices.tpl.html
@@ -1,6 +1,6 @@
1
<ul class="ui-select-choices ui-select-choices-content ui-select-dropdown dropdown-menu"
2
role="listbox"
3
- ng-show="$select.open">
+ ng-show="$select.open && $select.items.length > 0">
4
<li class="ui-select-choices-group" id="ui-select-choices-{{ $select.generatedId }}" >
5
<div class="divider" ng-show="$select.isGrouped && $index > 0"></div>
6
<div ng-show="$select.isGrouped" class="ui-select-choices-group-label dropdown-header" ng-bind="$group.name"></div>
0 commit comments