Skip to content

react-select control not getting focused on? #19

@TaneshPatel92

Description

@TaneshPatel92

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions