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 "
22 role ="listbox "
33 ng-show ="$select.items.length > 0 ">
44 < li class ="ui-select-choices-group " id ="ui-select-choices-{{ $select.generatedId }} " >
Original file line number Diff line number Diff line change 2525 ondrop ="return false; ">
2626 </ li >
2727 </ 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 "
2929 ng-class ="{'select2-display-none': !$select.open} ">
3030 < div class ="ui-select-choices "> </ div >
3131 </ div >
32- </ div >
32+ </ div >
Original file line number Diff line number Diff line change 44 'select2-container-active': $select.focus,
55 'select2-allowclear': $select.allowClear && !$select.isEmpty()} ">
66 < 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 "
88 ng-class ="{'select2-display-none': !$select.open} ">
99 < div class ="select2-search " ng-show ="$select.searchEnabled ">
1010 < 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 ">
22 < div class ="ui-select-choices-content selectize-dropdown-content ">
33 < div class ="ui-select-choices-group optgroup " role ="listbox ">
44 < 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