hypeserver / react-date-range

A React component for choosing dates and date ranges.
MIT License
2.59k stars 678 forks source link

Support for mobile view, and date range selection issue #578

Open omkars11 opened 2 years ago

omkars11 commented 2 years ago

Description Although we are aware that mobile related features are in TODOs , wanted to check if we will be getting the updates anytime soon or in any specific release.

Issue In the desktop version you can select a date range , but since touch support is not present selecting a specific range, getting it highlighted is quite difficult.

Steps In the desktop we click on 8th day of the month and drag over the date buttons until 15 the day of the month, while the mouse is still clicked. Also if you select the start date and try to get the end date selection, the in between date range dose not get highlighted

Screenshot 2022-06-22 at 12 32 48 PM

the same is not possible in mobile view

Screenshot 2022-06-22 at 12 33 52 PM

Environment Package Version: 1.4.3 React version: 17.0.2 Node version: 16.13.2 Browser: Chrome