What is mode="array" doing?
I noticed I forgot it on a couple of form.Field with arrays, but everything seems to be working so the question, what is it actually doing?
2 Replies
correct-apricot•16mo ago
✨ Nothing ✨
(no, really)
grumpy-cyanOP•16mo ago
Ok, I suspected that 😂
The only usage I found is this inside
useField
, but I don't get it 😅