Skip to content

Commit 4d66aa6

Browse files
author
Scott Jehl
committed
added input types url and tel to auto-init.
1 parent 214e2e0 commit 4d66aa6

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'], input[type='email'], textarea", e.target )
12+
$( "input[type='text'], input[type='search'], input[type='number'], input[type='password'], input[type='email'], input[type='url'], input[type='tel'], textarea", e.target )
1313
.not( ":jqmData(role='none'), :jqmData(role='nojs')" )
1414
.textinput();
1515
});

0 commit comments

Comments
 (0)