[filter menu][filter select] Add filterable menu and select components - #5490
Draft
jjenzz wants to merge 46 commits into
Draft
[filter menu][filter select] Add filterable menu and select components#5490jjenzz wants to merge 46 commits into
jjenzz wants to merge 46 commits into
Conversation
✅ Deploy Preview for base-ui ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Bundle size
PerformanceTotal duration: 1,095.78 ms -170.46 ms(-13.5%) | Renders: 92 (+0) | Paint: 1,792.86 ms -321.88 ms(-15.2%)
11 tests within noise — details Check out the code infra dashboard for more information about this PR. |
jjenzz
force-pushed
the
codex/filterable-menu-standalone
branch
2 times, most recently
from
August 13, 2026 20:31
634315d to
a04a95b
Compare
commit: |
jjenzz
force-pushed
the
codex/filterable-menu-standalone
branch
from
August 13, 2026 21:59
ce850d8 to
00bedbc
Compare
…ct and render menus from items
Move submenu entry, exit, and focus-return behaviour into `MenuSubmenuRoot` so `Menu` owns cross-list coordination. Keep `useListNavigation` generic and focused on navigation within a single list, with explicit data-down/actions-up boundaries and one source of truth for submenu focus restoration.
…itioning regressions
…c type regressions
atomiks
force-pushed
the
codex/filterable-menu-standalone
branch
from
August 18, 2026 07:11
3715077 to
d774d97
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds dedicated
FilterMenuandFilterSelectentry points for trigger-first popups that filter existing Menu and Select collections.FilterSelectis the v1 replacement for the Select-style Combobox “input inside popup” pattern, including multiple selection. It does not replace editable/input-first Comboboxes or token-field/chip presentation.Changes
Preview