You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to clear the validation errors when doing partial validation? It seems when I use a partial validation and including a single property works well. The issue I see is when you call it again with maybe a new list of properties to validate that it does not clear validation messages/errors from previous calls of .Validate. It would be nice to clear the validation messages/errors with a method call or set a bool or option in the validate method to start with a fresh list of messages/errors.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to clear the validation errors when doing partial validation? It seems when I use a partial validation and including a single property works well. The issue I see is when you call it again with maybe a new list of properties to validate that it does not clear validation messages/errors from previous calls of .Validate. It would be nice to clear the validation messages/errors with a method call or set a bool or option in the validate method to start with a fresh list of messages/errors.
Beta Was this translation helpful? Give feedback.
All reactions