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!>
Thanks for joining our community and helping improve Syncfusion products!
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:
Expected Behavior: Events should trigger in the proper order.
Actual Behavior: Events do not trigger in the proper order.