score:2

Accepted answer

answer is in comment.

it didn't clear because you never bind the state value to your <input>. change it like this <input value={this.state.updatecategorytitle} ...other props... />

Related Query

More Query from same tag