kendo-ui-core
kendo-ui-core copied to clipboard
The Start Date validation message is not removed automatically when the selected End Date is later in the Gantt.
Bug report
When the validation message appears that the Start Date should be before the End Date, picking a proper End Date does not automatically remove the validation message in the Gantt.
Workaround: call the validate method in the change event of the End DatePicker. https://dojo.telerik.com/@[email protected]/IQiRukIN/11
Reproduction of the problem
- Open this Dojo example - https://dojo.telerik.com/@[email protected]/IQiRukIN/10
- Edit an existing task or create a new one.
- In the Start DatePicker, choose a date that is after the EndDate, so that the validation message would appear.
- Pick an EndDate that is after the StartDate.
Current behavior
The validation message remains and the user must again focus and blur the Start Date picker for the message to disappear.
Expected/desired behavior
The validation should be removed automatically after picking a EndDate that is after the StartDate.
Environment
- Kendo UI version: 2021.3.914
- Browser: [all]
Additionally, when saving the task after following the steps above, the new Start Date is not being saved.