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 Jan 5, 2022. It is now read-only.
Hi, thank you for the module, it's great!.
Currently we are using automatic tests to check our application, and we get the web page elements by ID. We have notice that the html code of the validation messages doesn't contain an ID.
For example:
<bfv-messages _nghost-c4="" ng-reflect-messages="function () { return _this.get">
<span _ngcontent-c4="" class="invalid-feedback" ng-reflect-ng-class="invalid-feedback">This field must be at least 4 characters</span>
</bfv-messages>
Is it any possibility to add an unique ID to "span" element?
Thank you.
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.
Hi, thank you for the module, it's great!.
Currently we are using automatic tests to check our application, and we get the web page elements by ID. We have notice that the html code of the validation messages doesn't contain an ID.
For example:
Is it any possibility to add an unique ID to "span" element?
Thank you.
The text was updated successfully, but these errors were encountered: