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 d8fed30 + 1372641 commit 3c7c41dCopy full SHA for 3c7c41d
src/bootstrap/match.tpl.html
@@ -7,7 +7,7 @@
7
style="outline: 0;">
8
<span ng-show="$select.isEmpty()" class="ui-select-placeholder text-muted">{{$select.placeholder}}</span>
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
- <i class="caret pull-right" ng-click="$select.toggle($event)"></i>
+ <i class="caret pull-right" ng-click="$select.toggle($event)" aria-hidden="true"></i>
11
<a ng-show="$select.allowClear && !$select.isEmpty() && ($select.disabled !== true)" aria-label="{{ $select.baseTitle }} clear" style="margin-right: 10px"
12
ng-click="$select.clear($event)" class="btn btn-xs btn-link pull-right">
13
<i class="glyphicon glyphicon-remove" aria-hidden="true"></i>
0 commit comments