We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87826ed + ffa9e3b commit ffdef8bCopy full SHA for ffdef8b
packages/coreui-vue/src/components/form/CFormInput.ts
@@ -67,7 +67,7 @@ const CFormInput = defineComponent({
67
* The default name for a value passed using v-model.
68
*/
69
modelValue: {
70
- type: String,
+ type: [String, Number],
71
default: undefined,
72
},
73
/**
0 commit comments