Controlled Component
A React form element whose value is controlled by React state rather than the DOM. The component's value always reflects the state variable.
A React form element whose value is controlled by React state rather than the DOM. The component's value always reflects the state variable.