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 d83f0b2 commit d120890Copy full SHA for d120890
ui/jquery.ui.selectmenu.js
@@ -100,7 +100,6 @@ $.widget( "ui.selectmenu", {
100
'aria-owns': that.ids[ 2 ],
101
'aria-haspopup': true
102
})
103
- .addClass( that.widgetBaseClass + '-button' )
104
.button({
105
label: this.element.find( "option:selected" ).text(),
106
icons: {
@@ -110,6 +109,7 @@ $.widget( "ui.selectmenu", {
110
109
111
// wrap and insert new button
112
that.newelementWrap = $( '<span />' )
+ .addClass( that.widgetBaseClass + '-button' )
113
.append( that.newelement )
114
.insertAfter( that.element );
115
},
0 commit comments