Does redux-form field value can hold object instead of just a string?
Consider following example
class SelectQuestions extends Component{
It is simple, you can just add ".value" (or anything else..) to name prop and it will create object and update value inside it on changes...
And you will get object :
companyName: { value:"" }