This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- < ul class ="ui-select-choices ui-select-choices-content dropdown-menu "
1
+ < ul class ="ui-select-choices ui-select-choices-content ui-select-dropdown dropdown-menu "
2
2
role ="listbox "
3
3
ng-show ="$select.items.length > 0 ">
4
4
< li class ="ui-select-choices-group " id ="ui-select-choices-{{ $select.generatedId }} " >
Original file line number Diff line number Diff line change 25
25
ondrop ="return false; ">
26
26
</ li >
27
27
</ ul >
28
- < div class ="select2-drop select2-with-searchbox select2-drop-active "
28
+ < div class ="ui-select-dropdown select2-drop select2-with-searchbox select2-drop-active "
29
29
ng-class ="{'select2-display-none': !$select.open} ">
30
30
< div class ="ui-select-choices "> </ div >
31
31
</ div >
32
- </ div >
32
+ </ div >
Original file line number Diff line number Diff line change 4
4
'select2-container-active': $select.focus,
5
5
'select2-allowclear': $select.allowClear && !$select.isEmpty()} ">
6
6
< div class ="ui-select-match "> </ div >
7
- < div class ="select2-drop select2-with-searchbox select2-drop-active "
7
+ < div class ="ui-select-dropdown select2-drop select2-with-searchbox select2-drop-active "
8
8
ng-class ="{'select2-display-none': !$select.open} ">
9
9
< div class ="select2-search " ng-show ="$select.searchEnabled ">
10
10
< input type ="text " autocomplete ="off " autocorrect ="off " autocapitalize ="off " spellcheck ="false "
Original file line number Diff line number Diff line change 1
- < div ng-show ="$select.open " class ="ui-select-choices selectize-dropdown single ">
1
+ < div ng-show ="$select.open " class ="ui-select-choices ui-select-dropdown selectize-dropdown single ">
2
2
< div class ="ui-select-choices-content selectize-dropdown-content ">
3
3
< div class ="ui-select-choices-group optgroup " role ="listbox ">
4
4
< div ng-show ="$select.isGrouped " class ="ui-select-choices-group-label optgroup-header " ng-bind ="$group.name "> </ div >
You can’t perform that action at this time.
0 commit comments