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

Description :

When resetting the values of the Textboxes using the reset function in form validator, the 'e-valid-input' class still persists.

Sample : Xwpppm (forked) - StackBlitz


Replication Procedure:

  1. Run the sample .
  2. Inspect the Textbox component(second text box).
  3. Enter the value and click the reset button.
  4. See the issue  (“” e- valid-input “ class is not removed)

Expected: Need to remove the “” e- valid-input “” class when reset the values.

Current : The 'e-valid-input' class still persists, when resetting the values.