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
The startYear is not 2000 and the endYear is not 2022 (but 2047, so 25 years more than selected, what is expected if endYear is null).
Expected behavior
With the example above, the startYear must be 2000 and the endYear must be 2022.
Additional context
I think that will be cool if we can pass a simple end DateTime (and eventually a start DateTime) attributes. Typically, I want that my user can chose a date before now and not after.
The text was updated successfully, but these errors were encountered:
Describe the bug
startYear
andendYear
attributes doesn't work as expected.To Reproduce
Using this:
The startYear is not 2000 and the endYear is not 2022 (but 2047, so 25 years more than selected, what is expected if endYear is null).
Expected behavior
With the example above, the
startYear
must be 2000 and theendYear
must be 2022.Additional context
I think that will be cool if we can pass a simple
end
DateTime (and eventually astart
DateTime) attributes. Typically, I want that my user can chose a date before now and not after.The text was updated successfully, but these errors were encountered: