React的组件中使用AntD的一些问题我想得到文本框中的value值class Demo extends Component{ //onChange(){//文本框改变内容触发的事件console.log(this.refs.input1)//出来一串input的详细内容(Input{props:{…},context:{…}等等)console.log(this.refs.input1.value)//undefined}render(){retrn(<div><Input ref='input1' onChange={this.onChange}/></div>)}
添加回答
举报
0/150
提交
取消