diff --git a/src/components/FwbInput/FwbInput.vue b/src/components/FwbInput/FwbInput.vue index 962ad294..2fef7c8c 100644 --- a/src/components/FwbInput/FwbInput.vue +++ b/src/components/FwbInput/FwbInput.vue @@ -58,7 +58,7 @@ import { interface InputProps { disabled?: boolean label?: string - modelValue: string + modelValue: string | number required?: boolean size?: InputSize type?: InputType