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
I have recently upgraded the formValidation plugin for one of our .net core applications from 0.8.1 to 2.4.0.
We used data-fv-container attribute extensively throughout the application. But after the upgrade, the validation messages are not displaying in those containers.
Looking forward to your support
The text was updated successfully, but these errors were encountered:
@phuocng thanks for the reference. But in 0.8.1 I could add that data-fv-container in a form element and the validation message would display in that container. and we used that attribute for about 70% of our form elements, but the rest 30% was used as an out-of-the-box validation container. with the newer version, do we have something similar to the data attribute? or do we need to configure it in the initialisation? if that is the only way, how can we mix and match these dynamically?
I have recently upgraded the formValidation plugin for one of our .net core applications from 0.8.1 to 2.4.0.
We used data-fv-container attribute extensively throughout the application. But after the upgrade, the validation messages are not displaying in those containers.
Looking forward to your support
The text was updated successfully, but these errors were encountered: