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-->