Skip to content

Commit 6b799da

Browse files
author
Jonathan Hinkle
committed
added 'hidden' to the types of inputs not to be enhanced by textinput
1 parent c910f4b commit 6b799da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ $.widget( "mobile.page", $.mobile.widget, {
171171

172172
this.element
173173
.find( "input, textarea" )
174-
.not( "[type='radio'], [type='checkbox'], button, [type='button'], [type='submit'], [type='reset'], [type='image']" )
174+
.not( "[type='radio'], [type='checkbox'], button, [type='button'], [type='submit'], [type='reset'], [type='image'], [type='hidden']" )
175175
.not(this.keepNative)
176176
.textinput();
177177

0 commit comments

Comments
 (0)