Skip to content

Commit

Permalink
update data-placeholder example
Browse files Browse the repository at this point in the history
  • Loading branch information
aFarkas committed Aug 26, 2012
1 parent a0a0795 commit dbfa301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/demos/webforms.html
Expand Up @@ -193,7 +193,7 @@ <h3>Simple Demo</h3>
<label for="date">
date: *
</label>
<input name="date" placeholder="year-month-day" type="date" id="date" required form="form" />
<input name="date" data-placeholder="year-month-day" type="date" id="date" required form="form" />
</div>

<div class="form-item">
Expand Down

0 comments on commit dbfa301

Please sign in to comment.