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
{{ message }}
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: