react-autocomplete icon indicating copy to clipboard operation
react-autocomplete copied to clipboard

Internal callback called before external callback

Open razorsky opened this issue 7 years ago • 0 comments

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

razorsky avatar May 16 '18 07:05 razorsky