react-final-form-arrays icon indicating copy to clipboard operation
react-final-form-arrays copied to clipboard

[4.0.0] The `value` prop supplied to <select> must be an array if `multiple` is true.

Open jlowcs opened this issue 4 months ago • 1 comments

I'm not sure if I'm doing something wrong, but since the bump I'm getting that error when using a <select multiple> component with a name that contains a path to an array.

The name passed to Field is roles[${idx}].scopes and I made sure that there is indeed an array inside of scopes.

jlowcs avatar Jun 23 '25 17:06 jlowcs