Allow setting initialTouched
for a whole form.
#129
Labels
✨ enhancement
New feature or request
🧠 think-tank
Needs more discussion and opinions to iron out the fine details
Is your feature request related to a problem? Please describe.
Currently,
initialTouched
can only be set explicitly for fields. I'm wondering if we should expand the support to allow setting a whole form as touched.I think we also want to allow a partial schema to be set for
initialTouched
. Currently the whole schema needs to be set astrue/false
if usinginitialTouched
Describe the solution you'd like
Describe alternatives you've considered
We have to explicitly set every field as touched right now.
The text was updated successfully, but these errors were encountered: