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