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!

0
Votes

While trying to trigger input event, after changing the state from disabled to enabled. The event is not triggered. To reproduce the issue, follow the below steps.

  1. Component initially in a disabled state
  2. Change the component to the enabled state using the button
  3. Enter the value and clear the value using a clear button
  4. The input event is not triggered. (If it is in the enabled state, event-triggered properly)
     

Issue reproducing sample: https://stackblitz.com/edit/react-swonnq-3bsuch?file=index.js