DEV Community

Discussion on: How to handle multiple inputs in React

Collapse
 
philjotham14 profile image
PhilJotham14

for example if I wanted to insert two value in input how do I go by that
value={values.position} for example onChange=" {(e)=> this.onChangeInput(e)}; { handleChange }; "