Skip to content
New issue

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

Oliinyk / 2152 Create workshop email validation #2166

Merged
merged 10 commits into from
Jul 24, 2023

Conversation

doliinyk
Copy link
Member

#2152

Add email regex and email validator, replaced default Angular email validators with created validator.
Refactored regex patterns and validators.

Also moved:
- HOUSE_REGEX [0-9] to \d
- NAME_REGEX removed duplicate ' symbol
- TEXT_REGEX and NAME_REGEX removed duplicate ' ' (space symbol) because of using \s (space metacharacter)
@doliinyk doliinyk self-assigned this Jul 21, 2023
@doliinyk
Copy link
Member Author

doliinyk commented Jul 21, 2023

TODO: Write hint for new validator for app-validation-hint (now error hint is empty, just red margin of input there)

@doliinyk doliinyk marked this pull request as draft July 21, 2023 11:45
@doliinyk doliinyk marked this pull request as ready for review July 21, 2023 13:30
@doliinyk doliinyk merged commit 69e5264 into develop Jul 24, 2023
2 checks passed
@doliinyk doliinyk deleted the Oliinyk/2152_CreateWorkshopEmailValidation branch July 24, 2023 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants