You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
Currently the tag helper library does not work with the built in asp mvc validation summary tag helper.
To implement validation summary that matches the version specified in the front end library guidelines we currently have to manually add the styling. i.e. hand code to iterate the Model State errors.
We intend to implement a tag helper that works with validation summary before we release the tag helper library as version 2.3.0.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the tag helper library does not work with the built in asp mvc validation summary tag helper.
To implement validation summary that matches the version specified in the front end library guidelines we currently have to manually add the styling. i.e. hand code to iterate the Model State errors.
We intend to implement a tag helper that works with validation summary before we release the tag helper library as version 2.3.0.
The text was updated successfully, but these errors were encountered: