From 816bbf0ba6567c8f89b1f5daeae480e302e60314 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Tue, 22 Jul 2025 02:03:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20=20Updated=20Input=20co?= =?UTF-8?q?mponent=20interface=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/input/IVInput.type.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.