mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +02:00
🎨 Update Input to accept Number or Text
This commit is contained in:
parent
9bec26d4ab
commit
16e649c67f
@ -30,7 +30,7 @@
|
||||
export default {
|
||||
name: 'Input',
|
||||
props: {
|
||||
value: String, // The value bound to v-model
|
||||
value: [String, Number], // The value bound to v-model
|
||||
label: String, // An optional label to display above
|
||||
name: String, // Required unique ID value, for accessibility
|
||||
placeholder: String, // Optional placeholder value
|
||||
|
Loading…
x
Reference in New Issue
Block a user