docs: format Select docs with Prettier

Signed-off-by: Vivek Hipparkar <vivekhipparkar@gmail.com>
This commit is contained in:
Vivek Hipparkar
2025-12-18 19:47:46 +05:30
parent f7d8c02a8b
commit 0bea7650c9
-3
View File
@@ -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.
<Theming definition={SelectDefinition} />
<ChangelogComponent component="select" />