-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add a ‘success’ or ‘valid’ class to an input once it has validated #38
Comments
Is this in development? Any indication when this might get released? |
@cferdinandi It would be great. |
Hello, I just saw this and other request for enhancements, I think I can easily implement 2 or 3 enhancements as I already did for @cferdinandi validate.js (in my private repository, add .valid class, prevent default submit to submit from ajax etc.), the thing is, I see multiple stall pull requests, are there any guidelines for contribution @cferdinandi ? thanks in advance for your response, and thanks for creating this amazing library. |
You could always use the pseudo-class :valid for styling a valid input, however a valid or success class would be sweet. |
Came here to find out about this - did anyone end up implementing it? |
There is an
error
class, but no correspondingsuccess
class. This would be very useful for styling fields that have been correctly filled out.The text was updated successfully, but these errors were encountered: