Skip to content

Commit 7c57ce4

Browse files
committed
feat(forms): new <b-form-input type="date"> example added
1 parent 97c6834 commit 7c57ce4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/views/base/Forms.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@
117117
:horizontal="true">
118118
<b-form-input id="basicText" type="text" placeholder="Text"></b-form-input>
119119
</b-form-group>
120+
<b-form-group
121+
label="Date" label-for="date"
122+
:label-cols="3"
123+
:horizontal="true">
124+
<b-form-input type="date" id="date"></b-form-input>
125+
</b-form-group>
120126
<b-form-group
121127
description="Please enter your email"
122128
label="Email Input"

0 commit comments

Comments
 (0)