Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

RC4: ng-messages isn't shown when form is submitted, but input is untouched #5752

Closed
@chr22

Description

@chr22

Try and push the submit button in this CodePen and see that the message is set into DOM but its opacity is 0.

It will need something along the lines of:

form.ng-submitted [ng-messages] {
    opacity: 1;
}

Metadata

Metadata

Assignees

Labels

pr: merge readyThis PR is ready for a caretaker to review

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions