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 67e7f18 commit 80d2c11Copy full SHA for 80d2c11
ui/jquery.ui.selectmenu.js
@@ -201,7 +201,7 @@ $.widget( "ui.selectmenu", {
201
// Shouldn't the underlying menu always have accurate state?
202
this.menu.find( ".ui-state-focus" ).removeClass( "ui-state-focus" );
203
this.menuInstance.focus( null, this._getSelectedItem() );
204
- this.menuItems.eq( this.element[ 0 ].selectedIndex ).addClass( "ui-state-active" );
+ this.menuItems.eq( this.element[ 0 ].selectedIndex ).addClass( "ui-state-active" );
205
}
206
207
this.isOpen = true;
0 commit comments