Skip to content

Commit 44d6064

Browse files
author
scottjehl
committed
Merge branch 'no_enhance_for_hidden' of https://github.com/hynkle/jquery-mobile into hynkle-no_enhance_for_hidden
2 parents 8a70cdb + 6b799da commit 44d6064

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)