added 'hidden' to the types of inputs not to be enhanced by textinput

This commit is contained in:
Jonathan Hinkle 2011-01-07 12:33:59 -05:00
parent c910f4b01f
commit 6b799dad71

View file

@ -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();