File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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.searchEnalbed " ng-disabled ="$select.disabled " ng-class ="{'btn-default-focus':$select.focus} ">
2
2
< span tabindex ="-1 "
3
3
class ="btn btn-default form-control ui-select-toggle "
4
4
aria-label ="{{ $select.baseTitle }} activate "
5
- ng-disabled ="$select.disabled "
5
+ ng-disabled ="$select.disabled "
6
6
ng-click ="$select.activate() "
7
7
style ="outline: 0; ">
8
8
< span ng-show ="$select.isEmpty() " class ="ui-select-placeholder text-muted "> {{$select.placeholder}}</ span >
9
9
< span ng-hide ="$select.isEmpty() " class ="ui-select-match-text pull-left " ng-class ="{'ui-select-allow-clear': $select.allowClear && !$select.isEmpty()} " ng-transclude =""> </ span >
10
10
< i class ="caret pull-right " ng-click ="$select.toggle($event) "> </ i >
11
- < a ng-show ="$select.allowClear && !$select.isEmpty() " aria-label ="{{ $select.baseTitle }} clear " style ="margin-right: 10px "
11
+ < a ng-show ="$select.allowClear && !$select.isEmpty() " aria-label ="{{ $select.baseTitle }} clear " style ="margin-right: 10px "
12
12
ng-click ="$select.clear($event) " class ="btn btn-xs btn-link pull-right ">
13
13
< i class ="glyphicon glyphicon-remove " aria-hidden ="true "> </ i >
14
14
</ a >
You can’t perform that action at this time.
0 commit comments