I am working on Update Task activity, and I am not able to edit content in Textbox as it has been derived from this.props.location.state.****.
Please suggest. How I can keep it editable.
Code :
<textarea ref="taskdescr" type="text" class="form-control" value={this.props.location.state.tskDescr} id="taskDesc"></textarea>