Skip to content

Commit

Permalink
fix(tagsInput): Disable error shadow for pristine control
Browse files Browse the repository at this point in the history
Standard behavior for required directive is to keep control invalid but hide error message

Closes mbenford#641.
  • Loading branch information
nikita-gusev-epam committed Aug 17, 2016
1 parent a4c03ca commit 7a4e462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/tags-input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ tags-input {

}

&.ng-invalid .tags {
&.ng-invalid.ng-dirty .tags {
@include box-shadow($tags-outline-box-shadow-invalid);
}

Expand Down

0 comments on commit 7a4e462

Please sign in to comment.