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!
Overlay is displayed even we prevent the popup from opening in mobile mode
Sample: https://stackblitz.com/edit/dlsg1t3h-xqa3sgcx?file=index.ts
Validation details: This comes from the fact that the overlay is added outside of the open event callback: https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/src/calendars/src/daterangepicker/daterangepicker.ts#L4561
Steps to reproduce:
Expected Behavior: Overlay should not be added if we prevented the popup from opening
Actual Behavior: Overlay is displayed even we prevent the popup from opening in mobile mode