From e12c15845dd8dc395039dc91b42ad2cdb0c38b14 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 11 Oct 2023 12:17:17 -0500 Subject: [PATCH] Input: fix RTL with append --- src/components/ui/input/input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/input/input.tsx b/src/components/ui/input/input.tsx index 21edd1a82..f3a6fec75 100644 --- a/src/components/ui/input/input.tsx +++ b/src/components/ui/input/input.tsx @@ -97,7 +97,7 @@ const Input = React.forwardRef( /> {append ? ( -
+
{append}
) : null}