A simplified solution using state could look like this: class Typing extends React.Component { constructor(props) { super(props); this.state = { disabled: ...
確定! 回上一頁