UI: Add Autocomplete.Row primitive#80490
Conversation
|
Size Change: 0 B Total Size: 7.74 MB |
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Flaky tests detected in a41865b. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/29773622904
|
What?
Adds the missing
Autocomplete.Rowprimitive to@wordpress/uiand documents it with an inline grid Storybook example.Why?
Base UI's Autocomplete supports grid layouts via
Autocomplete.Row, but the WordPress UI wrapper did not expose this part yet. Exporting it unlocks multi-cell rows in grid-mode autocomplete lists, such as emoji pickers.How?
Add a thin
Rowwrapper around Base UI'sAutocomplete.Row.Testing Instructions
@wordpress/ui.Screenshots