]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Document size and multiple aren't supported on floating label selects (#32744)
authorMark Otto <markd.otto@gmail.com>
Wed, 13 Jan 2021 17:15:05 +0000 (09:15 -0800)
committerGitHub <noreply@github.com>
Wed, 13 Jan 2021 17:15:05 +0000 (09:15 -0800)
* Document size and multiple aren't supported on floating label selects

Closes #32660

* Update floating-labels.md

site/content/docs/5.0/forms/floating-labels.md

index 3163ea8e0c57f142d423b2b199f997fcfa641585..2012a4e824c3a03b3c425aa1dcc06c3b6b95fb7d 100644 (file)
@@ -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">