问题:单独使用Ipnut组件,除了使用onChange 回调取值外,还有什么办法可以取到Input里的值,在这个场景中没有使用antd的Form组件,所有不能使用getFieldsValue。我看到Input组件里有id这个props,取值是否可以用到这个id。。
componentDidMount() { console.log(this.input.value); }
<input ref={ref => { this.input = ref }} value="12345" />
1.4m articles
1.4m replys
5 comments
57.0k users