learning fuze > react form controls > Flashcards
What are controlled components?
some type of input and its controlled by component state
What two props must you pass to an input for it to be “controlled”?
value and the onchange eventlistener