From 47a3c9681ba000ee068db39f0897b29b076447cc Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Fri, 3 May 2024 08:00:12 -0700 Subject: [PATCH] correct sentence about selectedoption (#1051) * correct sentence about selectedoption * remove button from example which uses fallback --- site/src/pages/components/selectlist.mdx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/site/src/pages/components/selectlist.mdx b/site/src/pages/components/selectlist.mdx index 2eb65af4..30773f59 100644 --- a/site/src/pages/components/selectlist.mdx +++ b/site/src/pages/components/selectlist.mdx @@ -87,9 +87,6 @@ This example changes the fonts and colors of various parts of the button and lis
```html ` - The root element that contains the button and listbox. - button (slot) - The portion of the element which is rendered in the position of the button which opens the listbox. It should contain a button to open the listbox. - `