Skip to content
Snippets Groups Projects
Commit fbc1db0e authored by Samed's avatar Samed
Browse files

fix: removed autofocus from dropdownInput

parent 92ba5ce5
No related branches found
No related tags found
1 merge request!469fix: removed autofocus from dropdownInput
Pipeline #145990 passed with warnings
...@@ -46,7 +46,6 @@ const AutocompleteRenderer = ({ ...@@ -46,7 +46,6 @@ const AutocompleteRenderer = ({
onChange={onChange as (value: string) => void} onChange={onChange as (value: string) => void}
onKeyDown={onKeyDown} onKeyDown={onKeyDown}
onMouseDownCapture={e => e.stopPropagation()} onMouseDownCapture={e => e.stopPropagation()}
autoFocus
label={''} label={''}
/> />
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment