Selectmenu: focus selected item when menu opens

This commit is contained in:
Felix Nagel 2012-11-10 01:18:49 +01:00
parent 684b55bcbc
commit 7725e4adba

View File

@ -201,6 +201,7 @@ $.widget( "ui.selectmenu", {
this.isOpen = true;
this._toggleAttr();
this.menu.menu( "focus", event, this._getSelectedItem() );
if ( this.items && !this.options.dropdown ) {
var currentItem = this._getSelectedItem();