You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the past, we've used a FieldArray to cover this case, but that's not ideal. Theoretically, you could add a multiple prop, (https://www.w3schools.com/tags/att_input_multiple.asp) but I'm not sure how that would play with redux-form.
The text was updated successfully, but these errors were encountered:
In the past, we've used a
FieldArray
to cover this case, but that's not ideal. Theoretically, you could add amultiple
prop, (https://www.w3schools.com/tags/att_input_multiple.asp) but I'm not sure how that would play with redux-form.The text was updated successfully, but these errors were encountered: