You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to view http://airbnb.io/react-dates in Edge. Clicking on input field doesn't do anything, datepicker view doesn't show up
The text was updated successfully, but these errors were encountered:
viktoriyavulfson
changed the title
SingleDatePicker doesn't work in Microsoft Edge
SingleDatePicker doesn't work for touch devices in Microsoft Edge
Nov 8, 2016
@majapw is there a reason to disable date input for touch devices? I tried removing disabled attribute in dev tools and everything works fine. Would you guys accept a PR to remove disabled attribute for touch devices?
I'm able to reproduce on the SingeDatePicker and DatePickerInput (when clicking on "Start Date" or "End Date", DayPicker still works). @majapw, do we still need special handling for touch devices. It looks like we used to check isTouchDevice to conditionally React.initializeTouchEvents(true), but it looks that method was removed.
Try to view http://airbnb.io/react-dates in Edge. Clicking on input field doesn't do anything, datepicker view doesn't show up
The text was updated successfully, but these errors were encountered: