Skip to content

Commit bdb6723

Browse files
committed
Clarify custom select styles
Fixes #26281
1 parent 4693672 commit bdb6723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/4.1/components/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ Custom checkboxes and radios can also be disabled. Add the `disabled` boolean at
11771177

11781178
### Select menu
11791179

1180-
Custom `<select>` menus need only a custom class, `.custom-select` to trigger the custom styles.
1180+
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.
11811181

11821182
{% capture example %}
11831183
<select class="custom-select">

0 commit comments

Comments
 (0)