Question Bank

Controlled vs Uncontrolled Components Quiz

Difficulty: Medium

Four checks on the controlled / uncontrolled split for React form inputs, including the file-input edge case and the warning React emits when you flip between defaultValue and value.

Question Bank
/

Controlled vs Uncontrolled Components Quiz

Controlled vs Uncontrolled Components Quiz

Four checks on the controlled / uncontrolled split for React form inputs, including the file-input edge case and the warning React emits when you flip between defaultValue and value.

Question Bank
Medium
JavaScript
4 questions
quiz
react
hooks
js-dom

491 views

4

Convert this uncontrolled <input> into a controlled input that mirrors its value into React state.