mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-02 05:50:23 +00:00
Merge branch 'no_enhance_for_hidden' of https://github.com/hynkle/jquery-mobile into hynkle-no_enhance_for_hidden
This commit is contained in:
commit
44d6064fb6
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ $.widget( "mobile.page", $.mobile.widget, {
|
|||
|
||||
this.element
|
||||
.find( "input, textarea" )
|
||||
.not( "[type='radio'], [type='checkbox'], button, [type='button'], [type='submit'], [type='reset'], [type='image']" )
|
||||
.not( "[type='radio'], [type='checkbox'], button, [type='button'], [type='submit'], [type='reset'], [type='image'], [type='hidden']" )
|
||||
.not(this.keepNative)
|
||||
.textinput();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue