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 8462194 commit 50d7a96Copy full SHA for 50d7a96
ui/jquery.ui.selectmenu.js
@@ -382,6 +382,12 @@ $.widget( "ui.selectmenu", {
382
},
383
384
_setOption: function( key, value ) {
385
+ if ( key === "icons" ) {
386
+ this.button.find( "span.ui-icon" )
387
+ .removeClass( this.options.icons.button )
388
+ .addClass( value.button );
389
+ }
390
+
391
this._super( key, value );
392
393
if ( key === "appendTo" ) {
0 commit comments