mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-25 16:44:43 +00:00
tabindex shouldn't be -1 on nativemenu button
This commit is contained in:
parent
3ffe86bc21
commit
4c42be503d
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ $.widget( "mobile.selectmenu", $.mobile.widget, {
|
|||
.removeClass( $.mobile.activeBtnClass );
|
||||
});
|
||||
|
||||
button.attr( "tabindex", "-1" );
|
||||
|
||||
} else {
|
||||
|
||||
//create list from select, update state
|
||||
|
|
|
|||
Loading…
Reference in a new issue