aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2021-01-13 09:15:05 -0800
committerGitHub <[email protected]>2021-01-13 09:15:05 -0800
commit05249c8c047c39434d531cc63b7d922deb4fae28 (patch)
treebe0f0dcea5d8b00e93012fc007b09de29d86c015 /site
parent408b2558dcdacfbe5754103519e5d67d9c1c149b (diff)
downloadbootstrap-05249c8c047c39434d531cc63b7d922deb4fae28.tar.xz
bootstrap-05249c8c047c39434d531cc63b7d922deb4fae28.zip
Document size and multiple aren't supported on floating label selects (#32744)
* Document size and multiple aren't supported on floating label selects Closes #32660 * Update floating-labels.md
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/5.0/forms/floating-labels.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/forms/floating-labels.md b/site/content/docs/5.0/forms/floating-labels.md
index 3163ea8e0..2012a4e82 100644
--- a/site/content/docs/5.0/forms/floating-labels.md
+++ b/site/content/docs/5.0/forms/floating-labels.md
@@ -61,7 +61,7 @@ To set a custom height on your `<textarea>`, do not use the `rows` attribute. In
## Selects
-Other than `.form-control`, floating labels are only available on `.form-select`s. They work in the same way, but unlike `<input>`s, they'll always show the `<label>` in its floated state.
+Other than `.form-control`, floating labels are only available on `.form-select`s. They work in the same way, but unlike `<input>`s, they'll always show the `<label>` in its floated state. **Selects with `size` and `multiple` are not supported.**
{{< example >}}
<div class="form-floating">