Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2021-01-13 20:15:05 +0300
committerGitHub <noreply@github.com>2021-01-13 20:15:05 +0300
commit05249c8c047c39434d531cc63b7d922deb4fae28 (patch)
treebe0f0dcea5d8b00e93012fc007b09de29d86c015 /site/content
parent408b2558dcdacfbe5754103519e5d67d9c1c149b (diff)
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/content')
-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 3163ea8e0c..2012a4e824 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">