return data from adapter's validate
even if validation isn't successful
#512
Labels
enhancement
New feature or request
validate
even if validation isn't successful
#512
Is your feature request related to a problem? Please describe.
I'm using valibot adapter which also supports transformations. Consider the schema:
If my form's data looks like this:
then validation obviously fails, but transformations are not applied as data is returned only if validation is successful.
Valibot's validation result at the same time is:
Describe the solution you'd like
In some cases it would be great to apply invalid validation output to form data. This will allow easily create forms which modify user's input on-the-fly
The text was updated successfully, but these errors were encountered: