jquery-validation-unobtrusive
jquery-validation-unobtrusive copied to clipboard
Lazy validation
Hello, when you use the validation summary tag helper, the error list is not updated when you re-edit a control.
There are some properties that help update the list of errors, here is an example.
We can use the following properties errorContainer, errorLabelContainer, wrapper instead of onErrors method.
Thank you for filing this issue. In order for us to investigate this issue, could you please provide us with a minimalistic repro project that illustrates the problem?
@javiercn, do you have any thoughts regarding this?
I'm not sure this is an scenario supported by our client validation package. If a user hits the submit button, the validation summary is likely to get updated, but doing so on a control update will probably require work on our side.
Let's have this on our radar as a relatively low priority item.