react-redux-form
react-redux-form copied to clipboard
Cutom Controls with react-redux
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.