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.
1 parent c64dd3a commit 6766754Copy full SHA for 6766754
src/bootstrap/select-multiple.tpl.html
@@ -2,17 +2,18 @@
2
<div>
3
<div class="ui-select-match"></div>
4
<input type="search"
5
- autocomplete="off"
6
- autocorrect="off"
7
- autocapitalize="off"
+ autocomplete="off"
+ autocorrect="off"
+ autocapitalize="off"
8
spellcheck="false"
9
class="ui-select-search input-xs"
10
placeholder="{{$selectMultiple.getPlaceholder()}}"
11
ng-disabled="$select.disabled"
12
ng-click="$select.activate()"
13
ng-model="$select.search"
14
role="combobox"
15
- aria-label="{{ $select.baseTitle }}"
+ aria-expanded="{{$select.open}}"
16
+ aria-label="{{$select.baseTitle}}"
17
ondrop="return false;">
18
</div>
19
<div class="ui-select-choices"></div>
0 commit comments