Hi Alex,
Greetings from Syncfusion support.
Based on your shared in formation. We suspect that you don’t want to allow invalid value to the daterangepicker component input element. we cannot restrict the invalid value given in the input element in the component. We have restricted the invalid value based on strictMode property value.
1. If the property value as true, we have removed the invalid value when control lose the focus state. And set the previous valid value to the component.
2. If the property value as false (default value). We have added the error class to the component and set the null value to the component model value.
Kindly refer the below code example
|
<EjsDateRangePicker ID="range" StrictMode="true"></EjsDateRangePicker> |
Regards,
Sureshkumar P