From 3ce27af59888407a1fbaaca1268ca6fefe83c371 Mon Sep 17 00:00:00 2001 From: Jonathan Meyer <26874831+atmgrifter00@users.noreply.github.com> Date: Fri, 3 May 2024 09:34:16 -0500 Subject: [PATCH] Update packages/nimble-components/src/select/specs/option-groups-hld.md Co-authored-by: Fred Visser <1458528+fredvisser@users.noreply.github.com> --- .../nimble-components/src/select/specs/option-groups-hld.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nimble-components/src/select/specs/option-groups-hld.md b/packages/nimble-components/src/select/specs/option-groups-hld.md index 446fe2ebc6..04cd4e7d4b 100644 --- a/packages/nimble-components/src/select/specs/option-groups-hld.md +++ b/packages/nimble-components/src/select/specs/option-groups-hld.md @@ -2,7 +2,7 @@ ## Problem Statement -It is not uncommon to want to categorize the options that are present in the dropdown for a `Select`/`Combobox` component. By supporting categories, users are then able to provide options that have the same display value, but under separate categories, helping avoid confusion. +It is a common request to categorize the options that are present in the dropdown for a `Select`/`Combobox` component. By supporting categories, developers are able to logically group options, and help end-users to quickly find the relevant option. This will also support use cases that need the same display values under separate categories. ## Links To Relevant Work Items and Reference Material