destruct e.target.value param code example
Example: destruct e.target.value param
handleChange({ target: { value } }) {
const { inputChange } = this.props;
inputChange(value);
}
handleChange({ target: { value } }) {
const { inputChange } = this.props;
inputChange(value);
}