标签: reactjs properties semantic-ui semantic-ui-react
如何动态地将语义按钮设置为禁用反应:
<Button disabled>click here<Button>
我试图用状态设置它,但它给了我一个错误
this.setState({d:'disabled'}) return (<Button {this.state.d} >click here<Button>)