kevin

Results 2 comments of kevin

This works fine now. Can be marked as solved in my opinion.

We are using the available classes to display or hide error messages: `ng-valid-cpf` and `ng-invalid-cpf`. Then use some css that could go like this: ``` .input-field &.ng-invalid-cpf &~.input-info-msg display: block...