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

Commit 83132b0

Browse files
gen4spwesleycho
authored andcommitted
fix: show input when search is disabled
- Show input when search is not enabled Closes #595 Fixes #453
1 parent f5b986b commit 83132b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="ui-select-match" ng-hide="$select.open" ng-disabled="$select.disabled" ng-class="{'btn-default-focus':$select.focus}">
1+
<div class="ui-select-match" ng-hide="$select.open && $select.searchEnabled" ng-disabled="$select.disabled" ng-class="{'btn-default-focus':$select.focus}">
22
<span tabindex="-1"
33
class="btn btn-default form-control ui-select-toggle"
44
aria-label="{{ $select.baseTitle }} activate"

0 commit comments

Comments
 (0)