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!

2
Votes

While set the MaxDays dynamically depending on the startDate. So when try to achieve using select event, the popup gets closed before selecting the end date.

Replication procedure:

Case1: 

Typescript Sample: https://stackblitz.com/edit/mqfcoz-rmtqf4?file=index.ts

1. Run the attached sample.

2. Choose the start date

3. Actual output: Popup gets closed before choosing end date.

4. Expected output: Popup should not close before selecting the end date.


Case2:

Sample: https://stackblitz.com/edit/angular-sux6yh-5v58uj?file=app.component.ts

Not able to select the From Date as it closes a Date Range Picker.