ng-bootstrap-form-validation icon indicating copy to clipboard operation
ng-bootstrap-form-validation copied to clipboard

Ability to hide error messages inside <bfv-messages></bfv-messages>

Open idris-rampurawala opened this issue 6 years ago • 2 comments

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.

idris-rampurawala avatar Feb 06 '19 13:02 idris-rampurawala

This functionality seems like it would be covered under Custom Error Messages. Can you explain further if it isn't?

third774 avatar Jun 17 '19 19:06 third774

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

idris-rampurawala avatar Jun 18 '19 03:06 idris-rampurawala