davidkpiano / react-redux-form

Create forms easily in React with Redux.
https://davidkpiano.github.io/react-redux-form
MIT License
2.07k stars 251 forks source link

Cutom Controls with react-redux #1205

Open JeyanthVictory opened 4 years ago

JeyanthVictory commented 4 years ago

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.