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 +