reactjs / react-autocomplete

WAI-ARIA compliant React autocomplete (combobox) component
MIT License
2.17k stars 532 forks source link

Menu is opened on focus input #340

Open razorsky opened 6 years ago

razorsky commented 6 years ago

I would like the menu to not be opened on focus input

https://github.com/reactjs/react-autocomplete/blob/41388f7d7760bf6cf38e7946e43d4fddd9c7c176/lib/Autocomplete.js#L535

mlubovac commented 6 years ago
<Autocomplete
    open={(this.state.value.length >= MIN_QUERY_CHARACTERS)}
/>

I needed to change behavior of menu to show once n number of characters is entered. Here's the doc https://github.com/reactjs/react-autocomplete#open-boolean-optional