-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clear error messages #81
Comments
I was able to approach this in a much simpler way that doesnt require any change for this library. I created a demo app to illustrate this https://github.com/offirgolan/clear-cp-demo Feel free to clone, |
I can't seem to find any connection between the "reset functionality" in the sample app (which overrides a component and is pretty contrived using In a component I have a property called I need a way to tell |
I'm needing this as well. @offirgolan What is the current way to achieve this behaviour? |
In reference to #80
There should be a way to clear errors with the ability to clear errors for a specific type(s).
clearErrors()
clearErrors(['presence', 'length'])
The text was updated successfully, but these errors were encountered: