Skip to content

Commit 0123608

Browse files
Edited js/jquery.mobile.forms.textinput.js via GitHub
1 parent 3afef99 commit 0123608

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
@@ -9,7 +9,7 @@
99

1010
//auto self-init widgets
1111
$( document ).bind( "pagecreate enhance", function( e ){
12-
$( "input[type='text'], input[type='search'], input[type='number'], input[type='password'], textarea", e.target )
12+
$( "input[type='text'], input[type='search'], input[type='number'], input[type='password'], input[type='email'], textarea", e.target )
1313
.not( ":jqmData(role='none'), :jqmData(role='nojs')" )
1414
.textinput();
1515
});

0 commit comments

Comments
 (0)