From 3ff2ac4a647f80518aeceba09a813addc7dd1bf7 Mon Sep 17 00:00:00 2001 From: Nathan Vasse Date: Mon, 12 Jun 2023 14:28:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(react)=20add=20multi=20select=20do?= =?UTF-8?q?c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also rename existing doc for the mono select to mono.mdx for homogeneity purposes. --- .../src/components/Forms/Select/{index.mdx => mono.mdx} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename packages/react/src/components/Forms/Select/{index.mdx => mono.mdx} (94%) diff --git a/packages/react/src/components/Forms/Select/index.mdx b/packages/react/src/components/Forms/Select/mono.mdx similarity index 94% rename from packages/react/src/components/Forms/Select/index.mdx rename to packages/react/src/components/Forms/Select/mono.mdx index 709843a..4991191 100644 --- a/packages/react/src/components/Forms/Select/index.mdx +++ b/packages/react/src/components/Forms/Select/mono.mdx @@ -9,7 +9,7 @@ import * as Stories from './mono.stories'; Cunningham provides a versatile Select component that you can use in your forms. This component follows the [ARIA design pattern](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list/) using [Downshift](https://www.downshift-js.com/), so that mean there is no `select` wrapped inside it. -> For now it is only available for mono selection, multiple selection will be available soon. +> You can also use the [multi version](?path=/docs/components-forms-select-multi--docs) if you need @@ -62,7 +62,7 @@ As a regular select, you can disable it by using the `disabled` props. ## Texts -As the component uses [Field](?path=/story/components-forms-field-doc--page), you can use the `text` props to provide a description of the checkbox. +As the component uses [Field](?path=/docs/components-forms-field--docs), you can use the `text` props to provide a description of the checkbox. @@ -162,4 +162,4 @@ See also [Field](?path=/story/components-forms-field-doc--page) ## - \ No newline at end of file +