react-datepicker
react-datepicker copied to clipboard
Typing the end date when using single datepicker doesnt work
Describe the bug
When using a single datepicker and selectsRange, typing just updates startDate.
To Reproduce
- Use a single datepicker with
selectsRange. - Type both the start and end dates.
- Focus out of the field.
- Start date will update and end date wont.
Expected behavior I expected that both start and end dates would update.
Screenshots

Desktop (please complete the following information):
- OS: MacOS
- Browser: Chrome
- Version: 101.0.4951.64 (x86_64)
Additional context I've reproduced this in my app and in the docs page.
Any updates here?
@yurirpgarcia did you manage to solve this problem?
Actually no. I didnt look any further, so I ended up using another lib.