Skip to content

Commit

Permalink
Update floating-labels.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jan 13, 2021
1 parent 521aa5f commit e02b258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.0/forms/floating-labels.md
Expand Up @@ -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. Selects with `size` and `multiple` are not supported.
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">
Expand Down

0 comments on commit e02b258

Please sign in to comment.