From 0bea7650c902b0b2d88413ab1e7a8f0477b78fa9 Mon Sep 17 00:00:00 2001 From: Vivek Hipparkar Date: Thu, 18 Dec 2025 19:47:46 +0530 Subject: [PATCH] docs: format Select docs with Prettier Signed-off-by: Vivek Hipparkar --- docs-ui/src/content/select.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs-ui/src/content/select.mdx b/docs-ui/src/content/select.mdx index 45aa9d1f26..757a79effe 100644 --- a/docs-ui/src/content/select.mdx +++ b/docs-ui/src/content/select.mdx @@ -104,7 +104,6 @@ You can disable specific options within the Select component using `disabledKeys code={selectDisabledOptionsSnippet} /> - ### Searchable Here's a view when the select has searchable filtering. @@ -141,7 +140,6 @@ Here's a view when the select combines search and multiple selection. code={selectSearchableMultipleSnippet} /> - ### Responsive Here's a view when the select is responsive. @@ -151,4 +149,3 @@ Here's a view when the select is responsive. -