Skip to content

Commit 6c79edd

Browse files
feat(combobox): Add new grouped variant (#3050)
* feat(combobox): Add grouped combobox variant * Feature parity * Revert changed files that shouldnt have changed * Fix regressions and cleaned up jsx files * Add new TOC * Cleanup, add documentation, update snapshots * docs(combobox): Base combobox docs first pass * docs(combobox) autocomplete docs first pass * Autocomplete and lookup docs and fixes to listbox focused options * Start Grouped Combobox by adding aria-controls and updateing the entity switcher label * Wrap docblock examples in <Example />, apply unique IDs to all combobox and listbox * Add tests for combobox * Update snapshots * Update IDs on grouped example * Update snapshots * Update snapshots * Update snapshots * Fix VNU * Update snapshots * Update snapshots and documentation
1 parent 9bc8b0d commit 6c79edd

File tree

112 files changed

+43165
-441
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+43165
-441
lines changed

test/__tests__/__snapshots__/Combobox_Autocomplete.json

Lines changed: 640 additions & 0 deletions
Large diffs are not rendered by default.

test/__tests__/__snapshots__/Combobox_Autocomplete_Displaying_Options.json

Lines changed: 640 additions & 0 deletions
Large diffs are not rendered by default.

test/__tests__/__snapshots__/Combobox_Autocomplete_Displaying_options_based_on_user_input.json

Lines changed: 704 additions & 0 deletions
Large diffs are not rendered by default.

test/__tests__/__snapshots__/Combobox_Autocomplete_Entity.json

Lines changed: 614 additions & 0 deletions
Large diffs are not rendered by default.

test/__tests__/__snapshots__/Combobox_Autocomplete_Entity_Displaying_options.json

Lines changed: 614 additions & 0 deletions
Large diffs are not rendered by default.

test/__tests__/__snapshots__/Combobox_Autocomplete_Entity_Displaying_options_based_on_user_input.json

Lines changed: 1001 additions & 0 deletions
Large diffs are not rendered by default.

test/__tests__/__snapshots__/Combobox_Autocomplete_Entity_Keyboard_interactions.json

Lines changed: 629 additions & 0 deletions
Large diffs are not rendered by default.

test/__tests__/__snapshots__/Combobox_Autocomplete_Entity_Multiple_Selection.json

Lines changed: 1054 additions & 0 deletions
Large diffs are not rendered by default.

test/__tests__/__snapshots__/Combobox_Autocomplete_Entity_Single_selection.json

Lines changed: 686 additions & 0 deletions
Large diffs are not rendered by default.

test/__tests__/__snapshots__/Combobox_Autocomplete_Keyboard_interactions.json

Lines changed: 650 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)