We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package version(s): 5.6.0 Operating System: macOS Browser name and version: Chrome
Repro
minDate
maxDate
<DateRangeInput3 minDate={new Date(2023, 9, 13)} maxDate={new Date(2023, 10, 23)} />
See repro for more examples
note: this doesn't happen with all examples that are 1 month apart. e.g: Feburary 1st to March 20th
Feburary 1st to March 20th
The earlier month is listed on the right and dates within that month are disabled.
All dates within the range are selectable, earlier month is initially displayed on the left
Bug is not present in DateRangeInput2
DateRangeInput2
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Environment
Package version(s): 5.6.0
Operating System: macOS
Browser name and version: Chrome
Code Sandbox
Repro
Steps to reproduce
minDate
andmaxDate
props that are 1 month apart. e.g:See repro for more examples
note: this doesn't happen with all examples that are 1 month apart. e.g:
Feburary 1st to March 20th
Actual behavior
The earlier month is listed on the right and dates within that month are disabled.
Expected behavior
All dates within the range are selectable, earlier month is initially displayed on the left
Possible solution
Bug is not present in
DateRangeInput2
The text was updated successfully, but these errors were encountered: