diff --git a/src/components/Select/select-overview.mdx b/src/components/Select/select-overview.mdx index 6c4006c470..62ade1c0b6 100644 --- a/src/components/Select/select-overview.mdx +++ b/src/components/Select/select-overview.mdx @@ -5,7 +5,7 @@ import { Heading, Link, List, ListLink, Paragraph } from '~/src/index'; Selects -Selects allow users to make a single selection or multiple selections from a finite list of options. They are not always the best choice from a usability perspective; see the use cases documentation for more details. +Selects allow users to make a single selection or multiple selections from a finite list of options. Use selects when you have a long list of finite options, you need structured data for a long list, and list options are familiar to the user. Source: https://cfpb.github.io/design-system/components/selects