From 61545f3b820c9ba8c3765ae4ce539fcc18ff1698 Mon Sep 17 00:00:00 2001 From: Ruslan Lukoyanov Date: Fri, 7 Feb 2025 20:42:10 +0400 Subject: [PATCH] docs(select): add placeholders and options --- src/components/Select/README.md | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/src/components/Select/README.md b/src/components/Select/README.md index 79534936d..755cdac6f 100644 --- a/src/components/Select/README.md +++ b/src/components/Select/README.md @@ -215,7 +215,7 @@ To enable multiple selection, use the `multiple` property. Its default value is + `} > - + Value 1 Value 2 Value 3 @@ -236,7 +236,7 @@ LANDING_BLOCK--> ```tsx - Value 1 Value 2 Value 3 @@ -254,7 +254,7 @@ You can add a counter of the selected items to the component using the `hasCount + `} > - + Value 1 Value 2 Value 3 @@ -275,7 +275,7 @@ LANDING_BLOCK--> ```tsx - Value 1 Value 2 Value 3 @@ -293,7 +293,7 @@ To enable filter section, use the `filterable` property. Its default value is `f + + `} > - + + Value 1 + Value 2 + Value 3 + Value 4 + + Value 1 + Value 2 + Value 3 + Value 4 + LANDING_BLOCK-->