Don't complicate your code; the first solution is just fine but needs some tweaking: handleChange(event) { this.setState({value: event.target.value}); } ...
確定! 回上一頁