Is it possible to prevent user to put end time earlier than start time with TimePickers ?
Hello !
I'm trying to make a form to show working hours but I can't find a way to prevent the user to set a endTime earlier than the startTime. Any ideas?
I tried with reactive() and $get but the behaviour wasn't working as intended, could be my bad tho.
2 Replies
maybe a custom rule:
Thanks a lot! I managed to make my things work thanks to your code 🙂
Marking this as resolved