-
Notifications
You must be signed in to change notification settings - Fork 161
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
Input is not marked as invalid #14854
Labels
Comments
hanastasov
changed the title
Input does not marked as invalid
Input is not marked as invalid
Oct 1, 2024
jackofdiamond5
added
👀 status: in-review
Issue is currently being reviewed
input-group
input
🛠️ status: in-development
Issues and PRs with active development on them
status: not-to-fix
and removed
🆕 status: new
👀 status: in-review
Issue is currently being reviewed
🛠️ status: in-development
Issues and PRs with active development on them
labels
Oct 3, 2024
@jackofdiamond5 The workaround is useful but I think that we should dig more to understand the actual cause of the issue and see if we can prevent it in the first place. |
There has been no recent activity and this issue has been marked inactive. |
github-actions
bot
added
the
status: inactive
Used to stale issues and pull requests
label
Dec 8, 2024
github-actions
bot
removed
the
status: inactive
Used to stale issues and pull requests
label
Dec 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Describe the issue.
Steps to reproduce
Create reactive form like this:
Run the application. Click in the input and click outside the input.
Result
Input does not paint in red - it is not invalidated.
Expected result
Input should be painted in red showing it is invalid.
Note
On second click the input paints in red and is correctly shown as invalid. Also, if the input is not part of reactive form binding it is working correctly.
The text was updated successfully, but these errors were encountered: