From dde78b68525492adefd15aa5b18548b242924f90 Mon Sep 17 00:00:00 2001 From: Eugen Cazacu <32613393+oygen87@users.noreply.github.com> Date: Fri, 20 Jan 2023 16:56:19 +0100 Subject: [PATCH] Update Input.tsx fix typo Signed-off-by: Eugen Cazacu <32613393+oygen87@users.noreply.github.com> --- src/Input.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Input.tsx b/src/Input.tsx index ba7c65d0d..72b3628c7 100644 --- a/src/Input.tsx +++ b/src/Input.tsx @@ -72,7 +72,7 @@ export const Input = memo( const nativeInputOrTextAreaProps = (textArea ? nativeTextAreaProps : nativeInputProps) ?? {}; - const NativeInputOrTexArea = textArea ? "textarea" : "input"; + const NativeInputOrTextArea = textArea ? "textarea" : "input"; assert>(); @@ -118,7 +118,7 @@ export const Input = memo( {(() => { const nativeInputOrTextArea = ( -