Skip to content

Commit

Permalink
Add missing value attribute to time picker example
Browse files Browse the repository at this point in the history
  • Loading branch information
chmln committed Apr 25, 2016
1 parent 0bcdc71 commit 5d976b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ <h3>DateTime Picker: 24 Hour Mode</h3>
<div class="example_wrapper" data-desc="Time Picker" id="timepicker">
<h3>Time Picker</h3>
<pre class='prettyprint lang-html'>
&lt;input class=flatpickr data-enabletime=true data-nocalendar=true&gt;
&lt;input class=flatpickr data-enabletime=true data-nocalendar=true value="09:00"&gt;
</pre>

<input class=flatpickr data-enabletime=true data-nocalendar=true value="09:00" placeholder="Pick date and time">
Expand Down

0 comments on commit 5d976b3

Please sign in to comment.