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

Commit

Permalink
Merge pull request #2118 from commadelimited/master
Browse files Browse the repository at this point in the history
Fixes #2117. Add textInput styles to email type input field
  • Loading branch information
Scott Jehl committed Jul 20, 2011
2 parents 0cbea0b + 0123608 commit 214e2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.mobile.forms.textinput.js
Expand Up @@ -9,7 +9,7 @@

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

0 comments on commit 214e2e0

Please sign in to comment.