This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree 1 file changed +8
-8
lines changed 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
< div class ="ui-select-match "> </ div >
7
7
< div class ="ui-select-dropdown select2-drop select2-with-searchbox select2-drop-active "
8
8
ng-class ="{'select2-display-none': !$select.open} ">
9
- < div class ="select2-search " ng-class ="{'ui-select-offscreen':!$select.searchEnabled} ">
9
+ < div class ="select2-search " ng-class ="{'ui-select-offscreen': !$select.searchEnabled} ">
10
10
< input type ="text " autocomplete ="off " autocorrect ="false " autocapitalize ="off " spellcheck ="false "
11
- role ="combobox "
12
- aria-expanded ="true "
13
- aria-owns ="ui-select-choices-{{ $select.generatedId }} "
14
- aria-label ="{{ $select.baseTitle }} "
15
- aria-activedescendant ="ui-select-choices-row-{{ $select.generatedId }}-{{ $select.activeIndex }} "
16
- class ="ui-select-search select2-input "
17
- ng-model ="$select.search ">
11
+ role ="combobox "
12
+ aria-expanded ="true "
13
+ aria-owns ="ui-select-choices-{{ $select.generatedId }} "
14
+ aria-label ="{{ $select.baseTitle }} "
15
+ aria-activedescendant ="ui-select-choices-row-{{ $select.generatedId }}-{{ $select.activeIndex }} "
16
+ class ="ui-select-search select2-input "
17
+ ng-model ="$select.search ">
18
18
</ div >
19
19
< div class ="ui-select-choices "> </ div >
20
20
</ div >
You can’t perform that action at this time.
0 commit comments