react-final-form-arrays
react-final-form-arrays copied to clipboard
[4.0.0] The `value` prop supplied to <select> must be an array if `multiple` is true.
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.