react-abstract-autocomplete
react-abstract-autocomplete copied to clipboard
fire event when a completion is selected
(Would be good for testing also.)
One nice thing would be if inserting the completion could be preventDefault()ed.
Is this about firing the change event of the underlying input component? Because I noticed that onChanged is not called when a completion is selected.