Felte - Transform with default submit #310
Unanswered
akil-rails
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
With transform, the data in the html form can be changed - this works and helps passing validations ( such as by zod ) .
However what is posted to the server on submit is the value in the html input , and not the transformed value .
Is this by design ? The docs don't mention this , and hence the question.
All reactions