Skip to content

Commit

Permalink
- fixed previous commit with data-type=email on doc form demo
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumepotier committed Mar 29, 2013
1 parent f6c60cd commit 702c954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h2>Demonstration</h2>
<input type="text" id="fullname" name="fullname" data-required="true" />

<label for="email">Email * :</label>
<input type="text" id="email" name="email" data-trigger="change" data-required="true" />
<input type="text" id="email" name="email" data-type="email" data-trigger="change" data-required="true" />

<label for="website">Website :</label>
<input type="text" id="website" name="website" data-trigger="change" data-type="url" />
Expand Down

0 comments on commit 702c954

Please sign in to comment.