🎨 Update Input to accept Number or Text
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
export default {
|
export default {
|
||||||
name: 'Input',
|
name: 'Input',
|
||||||
props: {
|
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
|
label: String, // An optional label to display above
|
||||||
name: String, // Required unique ID value, for accessibility
|
name: String, // Required unique ID value, for accessibility
|
||||||
placeholder: String, // Optional placeholder value
|
placeholder: String, // Optional placeholder value
|
||||||
|
|||||||
Reference in New Issue
Block a user