From 727bc98626cb9839216b674ac035e2542c4e7945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LEGRELLE=2C=20F=C3=A9lix?= Date: Mon, 16 Dec 2024 17:40:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20input=20iconNameLeft=20loa?= =?UTF-8?q?ding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/react/components/input/Input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/components/input/Input.tsx b/packages/react/components/input/Input.tsx index 03f081e5..9308062b 100644 --- a/packages/react/components/input/Input.tsx +++ b/packages/react/components/input/Input.tsx @@ -295,7 +295,7 @@ const Input = ( }} /> {hasIcon && !localStatus && !loading && } - {iconNameLeft && !loading && } + {iconNameLeft && } {iconNameRight && !loading && type !== 'password' && ( )}