Posts by Bernardo Casanova • 1 point
1 post
-
0
votes2
answers412
viewsQ: React onChange is not firing
I have the following code: handleChange(event, module) { this.state[module][event.target.name] = event.target.value this.forceUpdate(); } render() { const handleChange = (event, module) => {…