c1120 > react-form-controls > Flashcards
What are controlled components?
An input form element whose value is controlled by React.
What two props must you pass to an input for it to be “controlled”?
“handleSubmit” and “handleChange”.