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
I believe that the fix for issue #27 introduced an error.
Whenever the user types in the field, "touched" is set to true. This is not standard behaviour, as far as I can tell.
For example, https://angular.io/guide/form-validation says
When the user changes the value in the watched field, the control is marked as "dirty". When the user blurs the form control element, the control is marked as "touched".
I think that onKeyUp should not be calling onTouchedCb.
The text was updated successfully, but these errors were encountered:
Fixed: Keypress should not set the touched value #41.
9603308
Hi @matthew-wilson-itv
I fixed this. Try version 0.7.0.
Sorry, something went wrong.
No branches or pull requests
I believe that the fix for issue #27 introduced an error.
Whenever the user types in the field, "touched" is set to true. This is not standard behaviour, as far as I can tell.
For example, https://angular.io/guide/form-validation says
I think that onKeyUp should not be calling onTouchedCb.
The text was updated successfully, but these errors were encountered: