反应中禁用语义按钮

时间:2017-05-07 20:59:14

标签: reactjs properties semantic-ui semantic-ui-react

如何动态地将语义按钮设置为禁用反应:

<Button disabled>click here<Button>

我试图用状态设置它,但它给了我一个错误

this.setState({d:'disabled'})
return (<Button {this.state.d} >click here<Button>)

0 个答案:

没有答案