Feature request
I'm trying to add a small array to one of my forms, but it doesn't seem to be supported at the moment.
Currently, when I to useField on a field that has an array in initialValues, the returned field will have an empty string as .input.value instead of the array passed with initialValues.
Any chance of supporting this? Maybe with a useArrayField()? 🤔
Feature request
I'm trying to add a small array to one of my forms, but it doesn't seem to be supported at the moment.
Currently, when I to
useFieldon a field that has an array ininitialValues, the returned field will have an empty string as.input.valueinstead of the array passed withinitialValues.Any chance of supporting this? Maybe with a
useArrayField()? 🤔