diff --git a/src/lib/components/inputs/DropdownInput.tsx b/src/lib/components/inputs/DropdownInput.tsx index 00fbbe2628f6cc3a44cc0be500e0b79d6b3f7036..1159c4a764a474c5bbb4885f67ebe29469fbd2bd 100644 --- a/src/lib/components/inputs/DropdownInput.tsx +++ b/src/lib/components/inputs/DropdownInput.tsx @@ -46,7 +46,6 @@ const AutocompleteRenderer = ({ onChange={onChange as (value: string) => void} onKeyDown={onKeyDown} onMouseDownCapture={e => e.stopPropagation()} - autoFocus label={''} /> );