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
This commit is contained in:
parent
408b2558dc
commit
05249c8c04
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ To set a custom height on your `<textarea>`, do not use the `rows` attribute. In
|
||||||
|
|
||||||
## Selects
|
## 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 >}}
|
{{< example >}}
|
||||||
<div class="form-floating">
|
<div class="form-floating">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue