This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Description
Hi,
I'm new to redux-form. I need to use custom controls inside Field tag. I'm aware that it would be achieved by using component attribute. But when I do so, I can't get the submitted value. Please note that I'm using Multiselect as custom control which accepts value with type of String Array. I'm getting stuck on receiving values from the Multiselect.
Here is what I tried
https://codeshare.io/G6zRbY
Hope I get some solution.