react-form-controls Flashcards
1
Q
What are controlled components?
A
input form where the value is controlled by react
2
Q
What two props must you pass to an input for it to be “controlled”?
A
handlesubmit
handlechange
LFZ Flash Cards > react-form-controls > Flashcards
What are controlled components?
input form where the value is controlled by react
What two props must you pass to an input for it to be “controlled”?
handlesubmit
handlechange