Skip to content

Commit 41b069f

Browse files
committed
Merge branch 'fix_issue_453' into development
* fix_issue_453: Don't hide select when SearchEnable is false angular-ui#453
2 parents 8151752 + cb0f415 commit 41b069f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/match.tpl.html

Lines changed: 1 addition & 1 deletion
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.searchEnabled && $select.open" ng-disabled="$select.disabled" ng-class="{'btn-default-focus':$select.focus}">
22
<span tabindex="-1"
33
class="form-control ui-select-toggle"
44
aria-label="{{ $select.baseTitle }} activate"

0 commit comments

Comments
 (0)