Skip to content

Commit a2b01bb

Browse files
committed
add initial date value
1 parent 7050842 commit a2b01bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ <h3 class="demo-header">form</h3>
334334
</div>
335335
<div class="form-example">
336336
<label for="date"> Date </label>
337-
<input type="date" id="date" name="date" value="" />
337+
<input type="date" id="date" name="date" value="2006-01-02" />
338338
</div>
339339
<div class="form-example">
340340
<label for="surprise">

0 commit comments

Comments
 (0)