Open kuzzmi opened 7 years ago
As per discussion from https://github.com/fmoo/react-typeahead/pull/235, the onMouseDown workaround must be removed.
onMouseDown
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:
onClick
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:
onClick
onMouseDown
workaroundonMouseDown
test from https://github.com/fmoo/react-typeahead/commit/e6831870fe98cc50dd77fce281c84a0b963a6e39#diff-49503754d52f5b76a6c6627aea028509R152 and enable anonClick
test