mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-23 15:44:43 +00:00
added 'hidden' to the types of inputs not to be enhanced by textinput
This commit is contained in:
parent
c910f4b01f
commit
6b799dad71
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