-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
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
Unable to type dates manually #296
Comments
This was definitely something introduced after 1.6.6 as updating this package broke some tests for us |
It looks like maybe (don't have time to fully investigate) it's something about how it was switched from using a dayjs instance to just using a datetime. v1.6.6...v1.7.0#diff-bce1fc1770cf6d695fd5eb08107e2b7e159444cd487d5969b5dbca84758a2e67R263 |
Thanks for the reply. I remember trying some older versions locally, but experienced the same issue. |
The issue is that dayjs() is too permissive and will try to create a date from partial inputs. We need to modify the dateStringToDate function to be more strict about what it considers a valid date string
|
Hi,
I’m looking for guidance on enabling manual date entry in the date field. When I try to input a date manually (e.g., "2024-12-24"), it doesn’t behave as expected.
Below are examples for both single-date and date-range inputs where the issue occurs:
Single Date:
1.mov
Date Range:
2.mov
Could you please advise on how to resolve this? Your assistance would be greatly appreciated!
The text was updated successfully, but these errors were encountered: