Skip to content

Commit

Permalink
Merge branch 'select-dynamic-options-HLD' of https://github.com/ni/ni…
Browse files Browse the repository at this point in the history
…mble into select-dynamic-options-HLD
  • Loading branch information
atmgrifter00 committed May 31, 2024
2 parents 81e9c0a + deebe34 commit c0f5f5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ _IMPORTANT_: When using the `manual` filter mode, clients are responsible for th

##### Groups

When using the `filterMode: manual` option along with [groups](./option-groups-hld.md), clients will also need to determine the appropriate matching behavior against the `ListOptionGroup` elements. Our guidance will be that filter text should be able to be matched against _any_ text in the group label, and when that matches, _all_ options within that group should be visible.
When using the `filterMode: manual` option along with [groups](./option-groups-hld.md), clients will also need to determine the appropriate matching behavior against the `ListOptionGroup` elements. Our guidance will be that filter text should be able to be matched against _any_ text in the group label, and when that matches, _all_ options within that group should be visible. Conversely, the select will automatically hide groups with no items in them. This means clients only need to conditionally remove items, not groups (though it's fine if they manually remove empty groups too).

_Notes_:

Expand Down

0 comments on commit c0f5f5b

Please sign in to comment.