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!>
Thanks for joining our community and helping improve Syncfusion products!
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.
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.