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!

1
Vote

Description :

In DateTimePicker,  you touch and drag the screen to scroll/move the screen, if you happen to start a touch and drag ontop of the Calendar Icon, then it opens up the Calendar pop-up selection box even though you didn't click it.

Note : The issue only occurs with the datepicker icon and does not happen with the Time Icon.

Sample : https://stackblitz.com/edit/qamhkc-6w3loc?file=index.js


Replication Procedure:

 
  1. Run the sample .
  2. To start a touch the calendar icon  and drag on top of the Calendar Icon
  3. It opens the calendar popup (is the issue )

Expected: When you touch and drag on top of the Calendar Icon, the popup does not need to be open.

Current : When you touch and drag on top of the Calendar Icon, currently the popup will open.