jquery-validation-unobtrusive icon indicating copy to clipboard operation
jquery-validation-unobtrusive copied to clipboard

Lazy validation

Open raky291 opened this issue 7 years ago • 4 comments

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.

raky291 avatar Dec 19 '17 05:12 raky291

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?

mkArtakMSFT avatar Jan 26 '18 09:01 mkArtakMSFT

@javiercn, do you have any thoughts regarding this?

mkArtakMSFT avatar Feb 12 '18 22:02 mkArtakMSFT

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.

javiercn avatar Feb 12 '18 23:02 javiercn

Let's have this on our radar as a relatively low priority item.

mkArtakMSFT avatar Feb 16 '18 18:02 mkArtakMSFT