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

fire event when a completion is selected

Open goto-bus-stop opened this issue 9 years ago • 1 comments

(Would be good for testing also.)

One nice thing would be if inserting the completion could be preventDefault()ed.

goto-bus-stop avatar Sep 13 '16 14:09 goto-bus-stop

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.

pdumais avatar Dec 21 '18 16:12 pdumais