-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Missing the cool input and textarea underline effect #2753
Comments
it doesn't fit with the material design specs https://material.io/guidelines/components/text-fields.html#text-fields-required-fields |
Every other material design frameworks do it. |
Well, that's true. Added to the feature request dashboard |
Here Angular Material only underline with no effects |
While we try and follow the material design guidelines as closely as possible, in the end they are still just guidelines. Even Google strays away from it when it makes sense. Sometimes the choices we make for this framework are just personal preferences that may not be perfectly in line with the guidelines. Also, I like the simple fade in better than this animation personally. |
Made a first attempt for this (would have to check if it works on all cases). So all this can be an optional feature for those who would like to make use of it. Modified these parts of the CSS (added an exception for the new input class):
And added this CSS:
|
I love Materialize.
I find it miss the cool input and textarea underline effect
like this one here.
Border bottom effect
The text was updated successfully, but these errors were encountered: