Skip to content

Commit

Permalink
fix(input): show angular invalid state on touch/dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
gyoshev committed Mar 6, 2018
1 parent 370d720 commit a7dbc4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/bootstrap/scss/input/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
// Invalid
&:invalid,
&.k-state-invalid,
&.ng-invalid {
&.ng-invalid.ng-touched,
&.ng-invalid.ng-dirty {
color: $error;
border-color: $invalid-border;
}
Expand Down

0 comments on commit a7dbc4d

Please sign in to comment.