react-form-controls Flashcards
1
Q
What are controlled components?
A
an input where the component that renders a form also controls what happens in that form on subsequent user input
2
Q
What two props must you pass to an input for it to be “controlled”?
A
value and handleChange