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