-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Fix input fields validation message #437 #521
Conversation
…into textfield-fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wuda-io |
@wuda-io I've added a CodePen example that explains this issue. I guess it would be incompatible to work with :valid :invalid pseudo selectors as of my previous mentioned concern CodePen Scenario 2 Scenario 3 I don't understand why this is happening, as on Can I Use this selector is listed as supported by all modern browsers, I've also consulted the HTML specification on WHATWG regarding this pseudo selector, from my opinion the :valid :invalid pseudo is currently not functional ready yet to implement it a a required feature in Materialize, as I find quirks in it's functionality, especially on HTML5 input elements |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Proposed changes
This PR is a follow up of PR #438 based on issue #437
Changelog
Types of changes
Checklist: