Skip to content

Commit 485cdaa

Browse files
docs: add a warning for Customizable select elements (#40400)
* docs: add a warning for `Customizable select elements` * Update files/en-us/learn_web_development/extensions/forms/customizable_select/index.md * Update files/en-us/learn_web_development/extensions/forms/customizable_select/index.md --------- Co-authored-by: Chris Mills <[email protected]>
1 parent 5c307f6 commit 485cdaa

File tree

1 file changed

+4
-1
lines changed
  • files/en-us/learn_web_development/extensions/forms/customizable_select

1 file changed

+4
-1
lines changed

files/en-us/learn_web_development/extensions/forms/customizable_select/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ sidebar: learnsidebar
88

99
{{PreviousMenuNext("Learn_web_development/Extensions/Forms/Advanced_form_styling", "Learn_web_development/Extensions/Forms/UI_pseudo-classes", "Learn_web_development/Extensions/Forms")}}
1010

11-
This article explains how to use dedicated, modern HTML and CSS features together to create fully-customized {{htmlelement("select")}} elements. This includes having full control over styling the select button, drop-down picker, arrow icon, current selection checkmark, and each individual {{htmlelement("option")}} element.
11+
This article explains how to create fully-customized {{htmlelement("select")}} elements using experimental browser features. This includes having full control over styling the select button, drop-down picker, arrow icon, current selection checkmark, and each individual {{htmlelement("option")}} element.
12+
13+
> [!WARNING]
14+
> The CSS and HTML features demonstrated in this article currently have limited browser support; check the browser compatibility tables on the individual feature reference pages for more details. Some JavaScript frameworks block these features; in others, they cause hydration failures when Server-Side Rendering (SSR) is enabled.
1215
1316
## Background
1417

0 commit comments

Comments
 (0)