What is an uncontrolled component?
Forms and Events
Audio flashcard · 0:10Nortren·
What is an uncontrolled component?
0:10
An uncontrolled component is a form element that stores its own state in the DOM. You typically read its value using a ref when needed, for example on form submission, instead of on every keystroke.