For business processes, like for example, to take an appointment, i want the user to select only the dates coming in the future : greaterThan today. So on the widget calendar i expect that dates which are before this date can't be selected.
Example of use :
ReportFromDate : From 16/10/2024
ReportToDate : To : HERE i shouldn't be able to select a date lower than the ReportFromDate in the widget (dates should be in readonly) and in the date field if i manually input a wrong date, maybe reset the choice or raise an error...