Skip to content

Commit 62f6bf8

Browse files
committed
Update page All-Inputs
1 parent 0769ce1 commit 62f6bf8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/all-inputs/App.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
<input-field name = "description" type = "textarea" label = "Placeholder" placeholder = "Add information about user." />
2020
<input-field name = "description" type = "textarea" label = "Auto resize" autoresize />
2121

22+
<h2>Input Tel</h2>
23+
<input-field name = "birthday" type = "date"/>
24+
<input-field name = "birthday" type = "date" label = "With label"/>
25+
<input-field name = "birthday" type = "date" label = "Disabled" disabled/>
26+
<input-field name = "birthday" type = "date" label = "With Error" :errors = "['Some mistake']"/>
27+
<input-field name = "birthday" type = "date" label = "Placeholder" placeholder = "Add your birthday." />
28+
2229
<h2>Input Tel</h2>
2330
<input-field name = "phone" type = "tel"/>
2431
<input-field name = "phone" type = "tel" label = "With label"/>

0 commit comments

Comments
 (0)