Open
Description
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.
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
mkArtakMSFT commentedon Jan 26, 2018
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 commentedon Feb 12, 2018
@javiercn, do you have any thoughts regarding this?
javiercn commentedon Feb 12, 2018
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.
mkArtakMSFT commentedon Feb 16, 2018
Let's have this on our radar as a relatively low priority item.