-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
App name validation message overlaps character counter #477
Comments
Hmm... Isnt this an angular material bug? The demo on material site works as expected: https://material.angularjs.org/latest/demo/input |
This is our bug because Height is changed and that's why text is overlapping counter. Deleting |
Ah. deleting |
Can you explain this? |
If I remember correctly, the div was added to avoid the rest of the form jumping up and down (in Firefox at least) upon focus and upon showing error message. |
With this there is no jitter and overlap Fixes kubernetes#477
With this there is no jitter and overlap Fixes kubernetes#477
Validation message for wrong pattern on Deploy --> Specify app details below --> App name overlaps the character counter
Steps to reproduce
Observed result
Message overlaps character counter
Expected result
Character counter should be separate from message
The text was updated successfully, but these errors were encountered: