标签: reactjs input
我正在做一个表单来修改我在数据库中的价值,但我不明白为什么我无法在浏览器上更改输入值。
<Input type="text" value={this.props.sub.text}></Input>