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

Outlined text field validation styles not working #706

Open
doyce opened this issue Sep 8, 2020 · 2 comments
Open

Outlined text field validation styles not working #706

doyce opened this issue Sep 8, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@doyce
Copy link

doyce commented Sep 8, 2020

I noticed that there are new validation styles for outlined text field introduced in 2.7.0 (PR #702). These styles were probably working in previous versions but are broken in 2.7.0 (probably due to mdc components upgrade). Current selectors are like this: .invalid + .mdc-notched-outline, but should be .invalid .mdc-notched-outline (without +), because .mdc-notched-outline is now a child of .invalid (used to be on the same level before).

@doyce doyce added the bug Something isn't working label Sep 8, 2020
@doyce
Copy link
Author

doyce commented Sep 8, 2020

Also elements with Select component are in different order now, I'm not sure how to make a selector for this case.

@kristof12345
Copy link

For some components the underline (or the border for outlined style) still not works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants