You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: