David Nguyeneplus.dev·Sep 12, 2024Knowledge check: Forms in React - Advanced ReactWhat of the next input types doesn’t have a controlled version when they are used in React? <textarea /> <input type=”text” /> <input type=”file” /> What are some of the features of controlled components? Select all that apply Validating all v...Tip & TricksKnowledge check: Forms in React - Advanced React