yury-dymov / react-autocomplete-input

Autocomplete input field for React
https://yury-dymov.github.io/react-autocomplete-input/
MIT License
199 stars 65 forks source link

Add selection callback #53

Closed yh54321 closed 3 years ago

yh54321 commented 4 years ago

Add callback upon clicking option, resolves #39

yury-dymov commented 3 years ago

Thank you for the contribution, I will merge this but update a little bit to conform better with react codestyle. I.e. rename callback to onSelect, etc