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
In 2018 you should write in constructor this: In constructor of class you should add something like this.input = React.createRef()
this.input = React.createRef()
Examples here: https://reactjs.org/docs/uncontrolled-components.html