Feature request: Multi-select support for NumericMenu #6780
Unanswered
web11-ateves
asked this question in
Ideas
Replies: 1 comment
-
|
What we usually suggest is to precompute the ranges and add them as strings in your records, eg. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature request
Add optional multi-select behavior to
useNumericMenu/<NumericMenu>so users can select multiple numeric ranges (e.g., price).Motivation
NumericMenuis single-select, pushing teams to build custom checkbox UIs and manual<Configure filters>logic.Current limitation
value.refinereplaces the current selection rather than toggling it.Expected Behavior
multipleis set, render checkboxes.multipleis omitted/false, keep the existing single-select radio behavior.onChange/refinetoggles values in multi-select mode; replaces in single-select mode.Beta Was this translation helpful? Give feedback.
All reactions