As shown below the calendar values are disabled as expected but once a user types the date instead of selecting from the calendar view, they are able to enter an invalid date and submit the form successfully. Although the value on the UI shows as what the user types, in this case 10/01/2024, the value captured by the form submit is the min date set in this case 12/01/2024.
Hello @smorris
You have to use the custom validation in it
Choose a custom rule and create validation code tailored to your specific requirements.
4 Likes