mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00

It is currently possible to enter a "End" date that is before the start date, or a "start" date that is after the end date. This commit prevent the user from directly entering an invalid date by setting a "min" and "max" value on those two date picker. There are no validation or the server's side, but that shouldn't be a problem since the invalid date will not create an error, it will simply not return any data.