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

The issue occurs when both the blur and focus events are binded in DatePicker component . When selecting a time from the popup and then modifying the time using keyboard, the change event triggers correctly. However, when changing the time using keyboard for the second time, the change event does not trigger as expected.


Sample https://stackblitz.com/edit/angular-7tudwacf-dzcm1tcx?file=src%2fapp.component.html,src%2fapp.component.ts
 

Replication procedure:

  1. Open the sample.
  2. Select the time via popup.
  3. Now change the time by using keyboard
  4. Now click outside the time picker 
  5. Again, change the time using keyboard and click outside time picker
  6. Notice that it is change event is not triggered 

Expected Output: Change event should trigger properly when changing the value in keyboard for second time

Current Output Change event is not triggering properly when changing the value in keyboard for second time