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

Hide phone_no error message immediately, when completed #1096

Open
stanislawK opened this issue Nov 2, 2018 · 0 comments
Open

Hide phone_no error message immediately, when completed #1096

stanislawK opened this issue Nov 2, 2018 · 0 comments

Comments

@stanislawK
Copy link
Contributor

Description:

Improve the way how imask works every where we use it: contact.component, organization-contact.component, and user-profile.component.
Docs: https://www.npmjs.com/package/angular-imask
It could be done by adding (complete)="onComplete()" to masked input, and blank onComplete() {} to script file, but it isn't the best solution probably.

Current behaviour:

After typing valid phone number user have to stroke key once more, or click, to hide error messages, if they appeared earlier.

Expected behaviour:

After typing valid phone number error messages should hide immediately.

Steps to reproduce:

-enter the organization contact form
-touch phone number field to raise error message
-write in valid phone number (nine digits)

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

No branches or pull requests

1 participant