SelectField
, Slider
only react to touch events
#2856
Labels
component: select
This is the name of the generic UI component, not the React module!
component: slider
This is the name of the generic UI component, not the React module!
Hi,
i'm using
material-ui 0.14.2
withreact 0.14.6
. I also inject tap event with thereact-tap-event-plugin
.Both
SelectField
andSlider
only work when I simulate touch event, but not with mouse events (tested onChrome 47
andFirefox 43
.Is there any way to enable mouse events, too?
The text was updated successfully, but these errors were encountered: