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 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" />
You can’t perform that action at this time.
0 commit comments