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!

1
Vote

The customer is using the ejs-timepicker in an Angular application. When the control is initialized and reset to null, and then the user manually types a time (e.g., "7:00 AM"), the following issues occur:
The change event is not triggered
The internal value of the control remains null
This causes forms relying on that event or value change to behave incorrectly.


Replication Procedure:
  1. Run the sample , click on reset button. 
  2. manually types a time (e.g., "7:00 AM"). 
  3. Focus out the component , see the issue . ( change event not triggers )


Expected Output
  • Manually typing a valid time after a reset should update the control value and trigger the change event.
Current Output
  • After reset to null, manually entering a time does not change the value. The change event is not triggered.