-
Notifications
You must be signed in to change notification settings - Fork 26
Ability to specify custom highlight / unhighlight functions #122
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
Conversation
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. Thanks for the contribution!
Hi @dahlbyk, is there anything else missing or that needs to be addressed before this can be merged? Thanks. |
Nothing missing. @haacked cuts releases, but you could help him out by bumping package version to |
Done |
Sorry for the delay! Started a new job and have been pretty busy. 😄 |
It's live on NPM! https://www.npmjs.com/package/aspnet-client-validation |
Adds ability to specify custom highlight / unhighlight functions, defaults to original behavior and just swaps classes.
Fixes #38