I have a form that includes few inputs and dropdown fields. I have a dropdown called 'Name'. I want to change the value of other input and dropdown fields based on the selection on 'Name' dropdown. I am using the state to change the value on dropdown change and binding this value in textbox but after binding react is not allowing me to update the value in textbox manually.
Asked
Active
Viewed 93 times
0
-
Please provide a [Minimal, Complete and Verifiable example](https://stackoverflow.com/help/mcve). – Daan Apr 24 '19 at 07:28
-
Please provide the code what you have tried so far. – ravibagul91 Apr 24 '19 at 09:43