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 b6e1c86 commit 684b55bCopy full SHA for 684b55b
ui/jquery.ui.selectmenu.js
@@ -303,8 +303,9 @@ $.widget( "ui.selectmenu", {
303
focus: function( event ) {
304
// init Menu on first focus
305
this.refresh();
306
+ // reset focus class as its removed by ui.widget._setOption
307
+ this.button.addClass( "ui-state-focus" );
308
this._off( this.button, "focus" );
- event.preventDefault();
309
},
310
click: function( event ) {
311
this._toggle( event );
0 commit comments