I have the below code:
state = {input : null} inputChangeHandler = (e) => { this.setState({input: e.currentTarget.textContent}) }