Summary
Make the mobile and desktop TaskForm submit buttons use the same enabling condition.
Required changes
- Use one shared condition for both submit buttons.
- Choose one consistent behavior: disable both until the form is valid, or enable both and show the click-time validation message.
Affected areas
Acceptance criteria
- Mobile and desktop buttons have the same enabled state for the same form data.
- Validation behavior remains correct after submission.
Source
Summary
Make the mobile and desktop
TaskFormsubmit buttons use the same enabling condition.Required changes
Affected areas
TaskForm.tsxAcceptance criteria
Source