aboutsummaryrefslogtreecommitdiff
path: root/site/content
diff options
context:
space:
mode:
authorlouismaximepiton <[email protected]>2023-07-17 12:08:24 +0200
committerMark Otto <[email protected]>2023-07-23 21:41:43 -0700
commitcc5a8a903612e9c0de92238ac17dcb083efce138 (patch)
tree1ac510850d34ad28e4531eb0880db1d86a9f52f0 /site/content
parentea21de16740d8eb4f1bdccbb7db8860d8ba36c7a (diff)
downloadbootstrap-cc5a8a903612e9c0de92238ac17dcb083efce138.tar.xz
bootstrap-cc5a8a903612e9c0de92238ac17dcb083efce138.zip
fix
Diffstat (limited to 'site/content')
-rw-r--r--site/content/docs/5.3/forms/floating-labels.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/forms/floating-labels.md b/site/content/docs/5.3/forms/floating-labels.md
index a65a85797..9a390e4ff 100644
--- a/site/content/docs/5.3/forms/floating-labels.md
+++ b/site/content/docs/5.3/forms/floating-labels.md
@@ -89,7 +89,7 @@ Add the `disabled` boolean attribute on an input, a textarea or a select to give
<label for="floatingTextareaDisabled">Comments</label>
</div>
<div class="form-floating mb-3">
- <textarea class="form-control" placeholder="Leave a comment here" id="floatingTextarea2Disabled" style="height: 100px" disabled></textarea>
+ <textarea class="form-control" placeholder="Leave a comment here" id="floatingTextarea2Disabled" style="height: 100px" disabled>Disabled textarea with some text inside</textarea>
<label for="floatingTextarea2Disabled">Comments</label>
</div>
<div class="form-floating">