File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
position : relative;
17
17
display : inline-block;
18
18
}
19
- .ui-button {
19
+ .ui-combobox-toggle {
20
20
position : absolute;
21
21
top : 0 ;
22
22
bottom : 0 ;
26
26
* height : 1.7em ;
27
27
* top : 0.1em ;
28
28
}
29
- .ui-autocomplete -input {
29
+ .ui-combobox -input {
30
30
margin : 0 ;
31
31
padding : 0.3em ;
32
32
}
47
47
input = $ ( "<input>" )
48
48
. appendTo ( wrapper )
49
49
. val ( value )
50
- . addClass ( "ui-state-default" )
50
+ . addClass ( "ui-state-default ui-combobox-input " )
51
51
. autocomplete ( {
52
52
delay : 0 ,
53
53
minLength : 0 ,
114
114
text : false
115
115
} )
116
116
. removeClass ( "ui-corner-all" )
117
- . addClass ( "ui-corner-right ui-button-icon " )
117
+ . addClass ( "ui-corner-right ui-combobox-toggle " )
118
118
. click ( function ( ) {
119
119
// close if already visible
120
120
if ( input . autocomplete ( "widget" ) . is ( ":visible" ) ) {
You can’t perform that action at this time.
0 commit comments