Skip to content

Commit c2a14c2

Browse files
committed
feat(basic-forms): add missing date-input
1 parent 60c4fc9 commit c2a14c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/app/views/base/forms.component.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@
140140
<span class="help-block">Please enter a complex password</span>
141141
</div>
142142
</div>
143+
<div class="form-group row">
144+
<label class="col-md-3 col-form-label" for="date-input">Date Input</label>
145+
<div class="col-md-9">
146+
<input class="form-control" id="date-input" type="date" name="date-input" placeholder="date">
147+
<span class="help-block">Please enter a valid date</span>
148+
</div>
149+
</div>
143150
<div class="form-group row">
144151
<label class="col-md-3 col-form-label" for="disabled-input">Disabled Input</label>
145152
<div class="col-md-9">

0 commit comments

Comments
 (0)