Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit aa679a9

Browse files
committed
add inputs without a type to the text input list Fixes #2205
1 parent 3d88760 commit aa679a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.forms.textinput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$.widget( "mobile.textinput", $.mobile.widget, {
1111
options: {
1212
theme: null,
13-
initSelector: "input[type='text'], input[type='search'], :jqmData(type='search'), input[type='number'], :jqmData(type='number'), input[type='password'], input[type='email'], input[type='url'], input[type='tel'], textarea"
13+
initSelector: "input[type='text'], input[type='search'], :jqmData(type='search'), input[type='number'], :jqmData(type='number'), input[type='password'], input[type='email'], input[type='url'], input[type='tel'], textarea, input:not([type])"
1414
},
1515

1616
_create: function() {

0 commit comments

Comments
 (0)