You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In NewTaskForm.tsx the title <Input> has only placeholder text ("Enter task title") and no . Placeholder text disappears as soon as the user types and is insufficient as an accessible label.
ToDo
Add <Label htmlFor="new-task-title">Task Title</Label> with a matching id on the input
In
NewTaskForm.tsxthe title<Input>has only placeholder text ("Enter task title") and no . Placeholder text disappears as soon as the user types and is insufficient as an accessible label.ToDo
<Label htmlFor="new-task-title">Task Title</Label>with a matchingidon the input