@syncfusion/ej2-schedule 20.4.49 → 20.4.50

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.
@@ -11638,7 +11638,9 @@ class EventWindow {
11638
11638
  const tempEle = [].slice.call(this.parent.getEditorTemplate()(args || {}, this.parent, 'editorTemplate', templateId, false));
11639
11639
  append(tempEle, form);
11640
11640
  this.parent.renderTemplates(() => {
11641
- this.applyFormValidation();
11641
+ if (this.element) {
11642
+ this.applyFormValidation();
11643
+ }
11642
11644
  });
11643
11645
  }
11644
11646
  else {