hypeserver / react-date-range

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

Does not select enddate input after selecting StartDate #379

Closed mhal12 closed 4 years ago

mhal12 commented 4 years ago

[BUG] Bug Reproduce Steps

After selecting a startdate in the calendar the input selection at the top remains on startdate, so when you select a date again the start date will only change. You have to manually click the input for endDate. I havent added any extra props to disable this btw.

[BUG] Expected behaviour

The input selection should jump to endDate after a startdate is selected.

Environment

Package Version: 1.0.3 React version:16.12.0 Node version:12.13.1 Browser:Chrome