Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes
When using the recurrence editor and calling `.getRecurrenceDates(new Date(), recurrenceRule, null, 1)`, it completely crashes if the passed `recurrenceRule` would end up with an invalid date. For example, calling it like so: `getRecurrenceDates(new Date(), 'FREQ=YEARLY;BYMONTHDAY=30;BYMONTH=2;INTERVAL=1', null, 1)` crashes the app as the date it would result in would be february 30th, which is invalid.