react-redux-form icon indicating copy to clipboard operation
react-redux-form copied to clipboard

Cutom Controls with react-redux

Open JeyanthVictory opened this issue 6 years ago • 0 comments

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.

JeyanthVictory avatar Sep 18 '19 06:09 JeyanthVictory