mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
test(input): css tests for date inputs
This commit is contained in:
@@ -28,6 +28,21 @@
|
||||
<label class="item item-input">
|
||||
<input type="email" placeholder="Email">
|
||||
</label>
|
||||
<label class="item item-input">
|
||||
<input type="date" value="2011-03-14">
|
||||
</label>
|
||||
<label class="item item-input">
|
||||
<input type="datetime-local" value="2013-12-09T18:38">
|
||||
</label>
|
||||
<label class="item item-input">
|
||||
<input type="month" value="2011-03">
|
||||
</label>
|
||||
<label class="item item-input">
|
||||
<input type="time" value="04:24">
|
||||
</label>
|
||||
<label class="item item-input">
|
||||
<input type="week" value="2011-W11">
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<h3>Default Text Input, list-inset, No Content Padding</h3>
|
||||
|
||||
Reference in New Issue
Block a user