-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
this is my First form control:
<Select
closeMenuOnSelect={true}
name={name}
styles={customStyle}
placeholder={placeholder || ""}
options={options}
onChange={onChange}
value={value}
isSearchable={false}
className={cl('_single-select', (err && error || error) ? 'error_input' : '')}
/>
FormikErrorFocus placed inside
<FormikErrorFocus
offset={0}
align={'top'}
ease={'linear'}
duration={300}
/>
It is not getting focused on the first react select
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working