You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have 2 fields in my django form, start_date and end_date. The "end_date" field uses the range_from setting with a maxDate option (this works fine).
However, the "start_date" field, despite having the maxDate options, it does not set the maxDate when rendered.
Expected behavior
Both start_date and end_date should have a maxDate set before any dates are picked. However, only the end_date field has the maxDate set properly and start_date only reflects the date range correctly if end_date is picked first.
Screenshots
Start Date (today is Jan 24, 2025):
Setup Information (please complete the following information):
Describe the bug
I have 2 fields in my django form, start_date and end_date. The "end_date" field uses the range_from setting with a maxDate option (this works fine).
However, the "start_date" field, despite having the maxDate options, it does not set the maxDate when rendered.
Expected behavior
Both start_date and end_date should have a maxDate set before any dates are picked. However, only the end_date field has the maxDate set properly and start_date only reflects the date range correctly if end_date is picked first.
Screenshots
![Image](https://private-user-images.githubusercontent.com/156939489/406536241-c19e4dab-0fd9-4f14-8eec-18b90cb140c9.PNG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTg1OTAsIm5iZiI6MTczOTQ1ODI5MCwicGF0aCI6Ii8xNTY5Mzk0ODkvNDA2NTM2MjQxLWMxOWU0ZGFiLTBmZDktNGYxNC04ZWVjLTE4YjkwY2IxNDBjOS5QTkc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QxNDUxMzBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04OTMyYThjODUxMjZhNGU4NTI4OTc4NmJhYzE1OTFjMzM5MjMyODNlM2JhYTMzNjI3ZWNhNWI1NzQ2ZDdlM2M2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.FE4TKnsesWTwLgmVKbnuSU1BZ-BX4e8jlAjUKGzGy1A)
Start Date (today is Jan 24, 2025):
Setup Information (please complete the following information):
[x] I have followed the configuration instructions and checked out the
common error troubleshooting page.
The text was updated successfully, but these errors were encountered: