File: client/src/components/Task/TaskModal.jsx The title input has no maxLength. Add maxLength={100} and show "23/100" counter below. Fix: 3 lines of JSX!
File: client/src/components/Task/TaskModal.jsx
The title input has no maxLength.
Add maxLength={100} and show "23/100" counter below.
Fix: 3 lines of JSX!