|
Software/React/Components
Make React Input Editable
|
25.02.2021 3644
|
If you use
ormular input fields in Reactand define them with value=this state variable,
then the inputs are no longer saveable
There are 2
ways to make the React Input fields editable:
1)
Use defaultValue instead of v
|