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

I'm using the textbox in place editor. When I have the minLength validation rule set to 1, the validation does not work. If I set minLength greater than 1, the validation works.


I've created a StackBlitz that reproduces the problem: https://stackblitz.com/edit/react-t55vh8?file=index.js


In that StackBlitz, you will see that if you remove all text from the textbox you do not get an error message, even though minLength=1 in the validation rules. If you change minLength to 2, you will see that the error is shown when you remove all characters from the textbox.