In the below reference URL when we set the Min value to today and then change the date field value to any past date value by manually editing in the date input field, it automatically invalidates date field ( turn the input field red ) Please refer below Screenshot-1
But the same thing is NOT working in our project. Means that when we set the coral-datepicker min attribute value to today, the past dates in the date picket are getting disabled but we are able to enter the past dates by manually editing in the date input field. It is NOT working as per reference URL. We want to restrict the users from entering any date less than min date or greater than max date even by manually editing in the date input field.