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

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:

  1. Run the sample in mobile mode
  2. Click on date icon
  3. You can see the issue

 

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