We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement form validation for the collaborator page and the Add Collaborator modal.
The modal should follow these rules:
Users must provide a valid institutional email before adding a collaborator. UI should validate email address format, display error message “Please enter a valid email address.” in red. The “Add Collaborator” button should not be enabled until all required fields are filled in, and there is no error in the modal.
Users must provide a valid institutional email before adding a collaborator.
UI should validate email address format, display error message “Please enter a valid email address.” in red.
The “Add Collaborator” button should not be enabled until all required fields are filled in, and there is no error in the modal.
Refer to https://docs.google.com/document/d/1NK5j-ZgwPDwkUmMvC3KfNIdXAhm8JrWmSWBekOtN_SM/edit?tab=t.0
The text was updated successfully, but these errors were encountered:
#163: Collaborator Validation For Add Modal (#182)
10cdbd9
* feat(add-collab): add-collab modal init * fix(i18n): add translation for button * feat(i18n): AddCollaboratorModal temp schema and i18n translations * feat(validation): add collab validation * fix(form): reset form when modal closed - rename fields to schema from package * chore(organize): remove comments and organize code
JamesTLopez
No branches or pull requests
Descriptions
Implement form validation for the collaborator page and the Add Collaborator modal.
The modal should follow these rules:
Refer to https://docs.google.com/document/d/1NK5j-ZgwPDwkUmMvC3KfNIdXAhm8JrWmSWBekOtN_SM/edit?tab=t.0
Acceptance Criteria
The text was updated successfully, but these errors were encountered: