File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 19
19
<input-field name = " description" type = " textarea" label = " Placeholder" placeholder = " Add information about user." />
20
20
<input-field name = " description" type = " textarea" label = " Auto resize" autoresize />
21
21
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
+
22
29
<h2 >Input Tel</h2 >
23
30
<input-field name = " phone" type = " tel" />
24
31
<input-field name = " phone" type = " tel" label = " With label" />
You can’t perform that action at this time.
0 commit comments