Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit f37bafd

Browse files
dometecwesleycho
authored andcommitted
fix: show select element when search is disabled
- Show matches in selectivize template when search is disabled Closes #861
1 parent 83132b0 commit f37bafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/selectize/match.tpl.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<div ng-hide="($select.open || $select.isEmpty())" class="ui-select-match" ng-transclude></div>
1+
<div ng-hide="$select.searchEnabled && ($select.open || $select.isEmpty())" class="ui-select-match" ng-transclude></div>

0 commit comments

Comments
 (0)