@syncfusion/ej2-schedule 29.2.5 → 29.2.8

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.
@@ -11804,10 +11804,10 @@ var RecurrenceEditor = /** @__PURE__ @class */ (function (_super) {
11804
11804
  };
11805
11805
  RecurrenceEditor.prototype.initialize = function () {
11806
11806
  addClass([this.element], 'e-' + this.getModuleName());
11807
+ this.renderComponent();
11807
11808
  if (typeof this.startDate === 'string') {
11808
11809
  this.setProperties({ startDate: new Date(this.startDate) }, false);
11809
11810
  }
11810
- this.renderComponent();
11811
11811
  if (!isNullOrUndefined(this.value) && this.value !== '') {
11812
11812
  this.setRecurrenceRule(this.value);
11813
11813
  }