Skip to content

Commit

Permalink
Remove is-invalid from textarea validation example
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh06 authored and mdo committed May 21, 2022
1 parent 3a327c9 commit 8d87997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.2/forms/validation.md
Expand Up @@ -246,7 +246,7 @@ Validation styles are available for the following form controls and components:
<form class="was-validated">
<div class="mb-3">
<label for="validationTextarea" class="form-label">Textarea</label>
<textarea class="form-control is-invalid" id="validationTextarea" placeholder="Required example textarea" required></textarea>
<textarea class="form-control" id="validationTextarea" placeholder="Required example textarea" required></textarea>
<div class="invalid-feedback">
Please enter a message in the textarea.
</div>
Expand Down

0 comments on commit 8d87997

Please sign in to comment.