Open ghacosta opened 1 year ago
sometimes for custom inputs the <Field/> helper component is not enough and to decrease the boilerplate we could use useField() function on the custom component to build our own custom input primitives.
<Field/>
useField()
Formik's useField()
I'll be glad to help to build this functionality, but do you any idea how to start this feature? or if it's feasible or not?
Any update on this?
Problem to solve
sometimes for custom inputs the
<Field/>
helper component is not enough and to decrease the boilerplate we could useuseField()
function on the custom component to build our own custom input primitives.Links / references
Formik's useField()
I'll be glad to help to build this functionality, but do you any idea how to start this feature? or if it's feasible or not?