Not able to get values of input type using this.refs... how to get that values from input type
export class BusinessDetailsForm extends Component { subm
getValue: function() { return this.refs.googleInput.value; }