这是一个搜索组件,上面的:
getRef(ref){ this.usernameRef = ref; console.log(ref); }
函数与下面的
<input type="text" className="form-control" ref={(ref) => this.getRef(ref)} />这是什么意思啊 大家有知道的或者这么用的吗
<input type="text" className="form-control" ref={(ref) => this.getRef(ref)} />
相关分类