react-typeahead
react-typeahead copied to clipboard
Remove the onMouseDown hack from #235
As per discussion from https://github.com/fmoo/react-typeahead/pull/235, the onMouseDown
workaround must be removed.
Currently a workaround to fix #205 is applied to force a component react on clicking. In order to get rid of this workaround the following should be done:
- [ ] Fix an issue with
onClick
- [ ] Remove
onMouseDown
workaround - [ ] Remove
onMouseDown
test from https://github.com/fmoo/react-typeahead/commit/e6831870fe98cc50dd77fce281c84a0b963a6e39#diff-49503754d52f5b76a6c6627aea028509R152 and enable anonClick
test