From 84f1d68bebd0f43a21a64692e8a0eed5065fa335 Mon Sep 17 00:00:00 2001 From: Christophe Date: Thu, 14 Sep 2023 02:44:28 +0200 Subject: [PATCH] fix(InputWithSuggestions): align dropdown below field --- components/InputWithSuggestions.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/components/InputWithSuggestions.tsx b/components/InputWithSuggestions.tsx index 8d4797a..5d55313 100644 --- a/components/InputWithSuggestions.tsx +++ b/components/InputWithSuggestions.tsx @@ -25,12 +25,7 @@ const InputWithSuggestions: FC> = ( }; return ( - { - updateInput(k ?? ''); - }} - > + updateInput(k ?? '')} align="end">