Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, 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

When manually changing the time and focusing out of the component, the "blur" event is triggered first, followed by the "change" event. However, when changing the data through the popup, the "change" event is triggered first, followed by the "blur" event.


Customer Sample: https://stackblitz.com/edit/github-zkzor5-sxesuj?file=src%2fapp.component.ts



Replication Procedure:

  1. Run the sample
  2. Manually change the value and focus out of the component.
  3. Check the console to observe that "blur" is called first, followed by "change".
  4. To confirm this, change the value through the popup

 

Expected Behavior: Events should trigger in the proper order.

Actual Behavior: Events do not trigger in the proper order.