react-form-controls Flashcards
1
Q
What are controlled components?
A
input form whose value is controlled by React
2
Q
What two props must you pass to an input for it to be “controlled”?
A
handleSubmit and handleChange!
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!