reagent-project / reagent-forms

Bootstrap form components for Reagent
339 stars 78 forks source link

preventDefault on a click on a candidate in typeahead #119

Closed asok closed 7 years ago

asok commented 7 years ago

This fixes the case when option clear-on-focus is set to true. Without it clicking on a candidate clears the value in the input.

yogthos commented 7 years ago

👍