标签: reactjs
用户输入文本并在文本字段中提交以进行验证。提交后,他们发现输入错误。希望为最终用户增加在返回验证后编辑文本字段的功能。新来的,所以请原谅缺少代码:
this.setState({ enteredValues: searchCriteria, readOnly: true }); this.props.searchIsComplete(associates, searchCriteria);
需要找到一种方法来使数据再次可编辑