-
Notifications
You must be signed in to change notification settings - Fork 111
Add hooks for various events, and allow configuration #104
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
Comments
Thanks for contacting us, @lonix1. |
Hi. Thanks for contacting us. |
There is plenty of community interest - check StackOverflow. This plugin has one of the most horrible API designs imaginable, and it has been that way for over a decade. As long as the templates still use jQuery Unobtrusive Validation, it needs to be updated. Working with forms is a incredible pain, just because of this library. |
@Ionix1 - can you elaborate a bit on what the problems seem to be? We work with this plugin on various sites - and rarely have any problems. |
@shapeh I've explained what's wrong with it above. But if it works for you, great. Regardless, they're probably going to replace it in the next (v8) aspnet version. |
This plugin has been a pain to use since the very beginning, since it both conceals the underlying jQuery validate plugin, and doesn't allow you to (easily) override the configuration.
Just look at the number of questions on StackOverflow to get an idea how much of a problem this is.
We've been using this approach for a long time, to get hooks that we can use for styling, validation events (for forms and for elements), etc.
The plugin's original authors meant well by creating an easy to use plugin for something that is difficult to do - but it's old and nasty now, and needs to be brought up to date.
It's high time this functionality is available in the library directly, please consider it!
The text was updated successfully, but these errors were encountered: