diff options
| author | Mark Otto <[email protected]> | 2018-07-15 22:22:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-07-20 18:23:42 -0500 |
| commit | bdb6723a45fed6df0413c71865852e3740a62d9a (patch) | |
| tree | cf7bee857b8bed0922eb2912217169cb461adf11 | |
| parent | 4693672cfff8eda28842567145f79b363519cb73 (diff) | |
| download | bootstrap-bdb6723a45fed6df0413c71865852e3740a62d9a.tar.xz bootstrap-bdb6723a45fed6df0413c71865852e3740a62d9a.zip | |
Clarify custom select styles
Fixes #26281
| -rw-r--r-- | site/docs/4.1/components/forms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/components/forms.md b/site/docs/4.1/components/forms.md index e55f58f4d..5d3a5d2b5 100644 --- a/site/docs/4.1/components/forms.md +++ b/site/docs/4.1/components/forms.md @@ -1177,7 +1177,7 @@ Custom checkboxes and radios can also be disabled. Add the `disabled` boolean at ### Select menu -Custom `<select>` menus need only a custom class, `.custom-select` to trigger the custom styles. +Custom `<select>` menus need only a custom class, `.custom-select` to trigger the custom styles. Custom styles are limited to the `<select>`'s initial appearance and cannot modify the `<option>`s due to browser limitations. {% capture example %} <select class="custom-select"> |
