From adb3ad035e0eb59062ffacec1e5b755f79087fa0 Mon Sep 17 00:00:00 2001 From: Sebastian Sebald Date: Mon, 14 Oct 2024 11:11:57 +0200 Subject: [PATCH] docs(Combobox): add info that section headers are not included wehen filtering --- docs/content/components/form/combobox/combobox.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/components/form/combobox/combobox.mdx b/docs/content/components/form/combobox/combobox.mdx index 578524aad3..f67d9b3e20 100644 --- a/docs/content/components/form/combobox/combobox.mdx +++ b/docs/content/components/form/combobox/combobox.mdx @@ -28,7 +28,7 @@ This is especially helpful if you need to customize the filtering. For example, When related options are present, organizing them into sections enhances clarity and usability. Grouping options provides additional context and helps users navigate choices more easily. This approach reduces complexity and allows for additional guidance when needed, ensuring a more intuitive experience. -This can be achieved by wrapping the options in the `` component. A header is required for each section, which is set using the `header` prop. +This can be achieved by wrapping the options in the `` component. A header is required for each section, which is set using the `header` prop. It's important to note that headers are not part of the accessibility tree. As a result, they will not be considered when filtering the option list.