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}/>