SyntaxFix
Write A Post
Hire A Developer
Questions
class Content extends React.Component { render() { return ( <TextField ref={(input) => this.input = input} /> ); } _doSomethingWithData() { let inputValue = this.input.getValue(); } }