Hi,
The Kendo React Form Handle Submit event provides complete data over all fields, even the unchanged ones. While this is good for traditional submits, we are building upon a REST service that has HTTP patch support, wherein we intend to submit only those fields (properties) that have changed.
While a deep compare with initialValues and handleSubmit data property is possible, we were wondering if the Kendo Form component itself has some property Or method that allows us to get the changed values only. This will save us the deep compare efforts, time and issues, especially with forms that have hundreds of fields.
If Kendo library has some deep compare method available, please do include that as well.
Kindly advise.