@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.
@@ -11511,10 +11511,10 @@ let RecurrenceEditor = class RecurrenceEditor extends Component {
11511
11511
  }
11512
11512
  initialize() {
11513
11513
  addClass([this.element], 'e-' + this.getModuleName());
11514
+ this.renderComponent();
11514
11515
  if (typeof this.startDate === 'string') {
11515
11516
  this.setProperties({ startDate: new Date(this.startDate) }, false);
11516
11517
  }
11517
- this.renderComponent();
11518
11518
  if (!isNullOrUndefined(this.value) && this.value !== '') {
11519
11519
  this.setRecurrenceRule(this.value);
11520
11520
  }