I can't see in the Docs a good alternative to: ``` const {input1, input2} = this.refs; submitMethod(input1.getValue(), input2.getValue()); ``` How can a value be obtained from the `<FormControl/>` component?