diff --git a/src/components/input/IVInput.type.ts b/src/components/input/IVInput.type.ts index f37d624..32bc29c 100644 --- a/src/components/input/IVInput.type.ts +++ b/src/components/input/IVInput.type.ts @@ -58,7 +58,7 @@ export interface IInputText { /** * The bound value of the input, supporting string, number, or null. */ - modelValue?: string | number | null; + modelValue?: string | null; /** * Custom CSS class applied to the wrapper element.