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

Doc/casey j may/text field validation #197

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

CaseyJMay
Copy link
Collaborator

This is a tiny pull request! Probably needed to combine this with some other commenting.

@CaseyJMay CaseyJMay requested a review from KristinAoki April 19, 2022 18:55
@KristinAoki KristinAoki requested a review from 18chowdhary April 19, 2022 22:11
@18chowdhary 18chowdhary changed the base branch from master to dev April 19, 2022 23:17
@@ -4,6 +4,8 @@ export class TextFieldValidation {
this.status = null;
this.validationData = null;
}

/* prevents input lag by delaying the run until typing ends */
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor style note - these can be // comments and not // comments because they're single-line comments. If they were multi-line comments, then I would expect / */ around the comments.

@@ -12,9 +14,8 @@ export class TextFieldValidation {
};
}


/* checks to see whether the input fits in the customized paramaters */
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here!

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.

2 participants