Search⌘ K
AI Features

Challenge: Create a Comment Field on the Ask Page with Validation

Learn to build a controlled comment field with validation in React on the Ask page, requiring a minimum of 30 characters. This lesson guides you through updating form components, typing form data in TypeScript, and integrating validation to ensure robust user input handling.

We'll cover the following...

Requirements

In this project, we have a Homepage where there is a “Ask a Question” button. When we click it, it routes us to ask a question page. Now your task is to add another text field with the title Comment under Content text field on the “Ask a Question” ...