Skip to content
Snippets Groups Projects
Commit aade1462 authored by Alexandru Munteanu's avatar Alexandru Munteanu
Browse files

fix(reviwers-select): increase settimeout for blur

parent df4c76e6
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ const renderField = ({ input: { onBlur, ...rest }, meta }) => {
{...rest}
autoComplete="off"
onBlur={() => {
setTimeout(onBlur, 100)
setTimeout(onBlur, 300)
}}
type="text"
/>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment