Skip to content

Commit

Permalink
Merge branch 'dropdown-option-groups' of https://github.com/ni/nimble
Browse files Browse the repository at this point in the history
…into dropdown-option-groups
  • Loading branch information
atmgrifter00 committed May 6, 2024
2 parents 4675f4d + 3ce27af commit 47c989d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 47c989d

Please sign in to comment.