From 33829842b06506544d54444f6aa50f2884559a3c Mon Sep 17 00:00:00 2001 From: Natalia Fitzgerald <77348967+natalia-fitzgerald@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:56:55 -0500 Subject: [PATCH 1/2] Update SelectOverview.mdx Update to the "Selects" overview blurb. --- src/components/Select/SelectOverview.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Select/SelectOverview.mdx b/src/components/Select/SelectOverview.mdx index 981a8e02ca..7758fcdb41 100644 --- a/src/components/Select/SelectOverview.mdx +++ b/src/components/Select/SelectOverview.mdx @@ -5,7 +5,7 @@ import { Heading, Link, List, ListItem, 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 @@ -17,4 +17,4 @@ import { Heading, Link, List, ListItem, Paragraph } from '~/src/index' Single select Multiselect - \ No newline at end of file + From c298f94a0f292c3c3f423594c1a67992c85a44ad Mon Sep 17 00:00:00 2001 From: Richard Dinh <1038306+flacoman91@users.noreply.github.com> Date: Tue, 7 Jul 2026 22:55:23 -0700 Subject: [PATCH 2/2] Rename SelectOverview.mdx to select-overview.mdx --- src/components/Select/{SelectOverview.mdx => select-overview.mdx} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/components/Select/{SelectOverview.mdx => select-overview.mdx} (100%) diff --git a/src/components/Select/SelectOverview.mdx b/src/components/Select/select-overview.mdx similarity index 100% rename from src/components/Select/SelectOverview.mdx rename to src/components/Select/select-overview.mdx