Project to demonstrate usage of React Hook Form along with Material UI Components using Controller
-
Updated
Oct 26, 2024 - TypeScript
Project to demonstrate usage of React Hook Form along with Material UI Components using Controller
Task 1: Build a Simple Contact Form Description: Create a form that collects user input: Fields: name, email, message Use controlled components with onChange On submit, display the entered data below the form (no API call) ,Add basic validation (e.g., required fields)
A responsive React application that calculates and displays the exact character count of user input in real-time. Built during NxtWave CCBP 4.0 training to practice text event tracking, string length evaluations, and controlled text input elements.
A React auto-suggest application featuring live text filtering and input autocomplete mechanics. Built during NxtWave CCBP 4.0 training to implement two-way state synchronization, case-insensitive keyword matching, and interactive arrow selection.
A debugging-focused React application centered on correcting lookup filters and autocomplete text injectors. Built during NxtWave CCBP 4.0 training to find and fix hidden structural bugs across dynamic input matching, child selection callbacks, and case-insensitive substring comparisons.
Add a description, image, and links to the controlled-inputs topic page so that developers can more easily learn about it.
To associate your repository with the controlled-inputs topic, visit your repo's landing page and select "manage topics."