Does redux-form field value can hold object instead of just a string?
Consider following example
class SelectQuestions extends Component{
Yes, the value can be a complex object. There's even an example demonstrating it.
Complex Values Example