ng-bootstrap-form-validation
ng-bootstrap-form-validation copied to clipboard
Ability to hide error messages inside <bfv-messages></bfv-messages>
There are instances where I do not want show default error messages but a customized one that too based on custom logic. Hence, it would be great if this enhancement is added.
This functionality seems like it would be covered under Custom Error Messages. Can you explain further if it isn't?
I am able do a workaround with following snippet
<bfv-messages [ngStyle]="{'display':'none'}"></bfv-messages>
Custom Error Messages won't solve my use case. I have my own custom validations and handling for each fields