@indigina/kendo 1.2.14 → 1.2.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3264,7 +3264,7 @@ class EntityEditComponent {
3264
3264
  this.saved = new EventEmitter();
3265
3265
  }
3266
3266
  getValue() {
3267
- return this.form.value;
3267
+ return this.form.getRawValue();
3268
3268
  }
3269
3269
  getService() {
3270
3270
  return this.service;