react-final-form-hooks
react-final-form-hooks copied to clipboard
Field level format, parse, and validate.
feature request
Would like guidance on implementing field level validation, parse, and format functions.
Yes, parse/format is functionality from RFF that wasn't implemented here. I'll think about how best to add it.
The field-level validation could be added easily via the "field config" prop to registerField().
Let me think on both of these... 🤔
Thanks for the update here Erik! I'll check into the registerField() prop.
I didn't mean for you to close this. It's still a legit feature request.
I didn't get what do you mean by "field config" prop to registerField() :) Can you show any code example maybe?
Seconded. Please provide some examples.