Skip to content

Commit

Permalink
fix: correct class in bootstrap integration doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Jan 14, 2019
1 parent 1d1fa89 commit 2164b97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2>Integration with Bootstrap 4</h2>
<p>
Since we don't use HTML 5 validation but Angular validation, since Angular doesn't mark the input fields
with <code>.is-invalid</code>, and since <code>val-errors</code> is smart enough to hide itself when the field is invalid,
the easiest way to deal with this is to override the <code>.is-invalid</code> class in your global stylesheet to make sure
the easiest way to deal with this is to override the <code>.invalid-feedback</code> class in your global stylesheet to make sure
it's always displayed, and to configure ngx-valdemort to add the <code>invalid-feedback</code> class.
</p>

Expand Down

0 comments on commit 2164b97

Please sign in to comment.