Skip to content

Commit

Permalink
floating_labels: docs recommend against rows=""
Browse files Browse the repository at this point in the history
  • Loading branch information
mhw committed Apr 6, 2021
1 parent efd623c commit 05f9e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/examples/floating_labels/_bootstrap.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</div>

<div class="form-floating mb-3">
<textarea class="form-control" id="exampleTextareaBio" rows="2" placeholder="Tell us your story" required></textarea>
<textarea class="form-control" id="exampleTextareaBio" placeholder="Tell us your story" required></textarea>
<label for="exampleTextareaBio">Bio</label>
<div class="invalid-feedback">Please provide a valid value.</div>
<div class="valid-feedback">Looks good!</div>
Expand Down

0 comments on commit 05f9e4e

Please sign in to comment.