We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839f6c7 commit 2c43db4Copy full SHA for 2c43db4
examples/all-inputs/App.vue
@@ -11,7 +11,6 @@
11
<input-field name = "username" label = "Prefix" prefix = "Login:"/>
12
<input-field name = "username" label = "Placeholder" placeholder = "Write something"/>
13
<input-field name = "username" label = "Numeric" numeric/>
14
- <input type = "number"/>
15
<h2>Input Textarea</h2>
16
<input-field name = "description" type = "textarea"/>
17
<input-field name = "description" type = "textarea" label = "With label"/>
0 commit comments