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
Form Validator wrongly validates while clearing the components value using a clear icon. This is working fine when clearing the value using the backspace/delete key. We need to ensure all the form components.


Issue replication procedure:

  1. Run the sample
  2. Enter an invalid value with more than 2 character
  3. Click outside to trigger an error and make it appear
  4. Select input again and use a clear button to clear its value
  5. The validation error does not disappear.


Expected output: Validation message needs to be disappeared on clicking the clear icon

Actual output: 

Validation message does not disappear on clicking the clear icon