Is there any way that a controlled component can be updated or made uncontrolled? For example the `<input type="submit" value="Send"/>` will not update its value on a new value on render.
Is there any way that a controlled component can be updated or made uncontrolled?
For example the
<input type="submit" value="Send"/>will not update its value on a new value on render.