reactjs / react-autocomplete

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

Internal callback called before external callback #339

Open razorsky opened 6 years ago

razorsky commented 6 years ago

The internal callback is always called even if I define an external callback in inputProps I would like to only call the external callback.

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