From a012dcb95544a26d6ce9cf8b72eb5f452b133e83 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 30 Jul 2024 15:36:33 +0200 Subject: [PATCH] tag input issue --- src/Components/Input/Autocomplete.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Input/Autocomplete.tsx b/src/Components/Input/Autocomplete.tsx index 3049e780..3b2c29ed 100644 --- a/src/Components/Input/Autocomplete.tsx +++ b/src/Components/Input/Autocomplete.tsx @@ -68,7 +68,7 @@ export const Autocomplete = ({ inputProps, suggestions, onSelected, pushFiltered return (
- handleChange(e)} onKeyDown={handleKeyDown}/> + handleChange(e)} tabindex="-1" onKeyDown={handleKeyDown}/>