Working on an app using Kendo-Angular libraries to build a form. The form consists of a dynamic section, with inputs displayed within ng-repeat, and added with an "add" button.
Sample of such a form available here - http://plnkr.co/edit/MB66LLuTBKO0A2pZuXaN?p=preview
The issue is that when adding a record (i.e. Phone record), the $dirty flag of the inputs is getting reset to false, even if the update to the input value is still present.
But this is only happening when the ng-repeat block includes a kendo widget. So, in the sample, switching from a kendo-combo-box to ordinary select input results in correct behavior.
In my actual project, I noticed this issue when my validation messages started disappearing (because they were tied to the $dirty flag).
Thank you.
Sample of such a form available here - http://plnkr.co/edit/MB66LLuTBKO0A2pZuXaN?p=preview
The issue is that when adding a record (i.e. Phone record), the $dirty flag of the inputs is getting reset to false, even if the update to the input value is still present.
But this is only happening when the ng-repeat block includes a kendo widget. So, in the sample, switching from a kendo-combo-box to ordinary select input results in correct behavior.
In my actual project, I noticed this issue when my validation messages started disappearing (because they were tied to the $dirty flag).
Thank you.