You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you intend to try to help solve this bug with your own PR?
None
Terms & Code of Conduct
I agree to follow this project's Code of Conduct
I understand that if my bug cannot be reliable reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
In my post I referred to it as filterVariant: 'range' as that is the way it is set in the example project, however the filter it is actually using should be inNumberRange. That is what we're using in our production app where we first viewed the behavior.
Activity
MichaelCharles commentedon May 8, 2025
In my post I referred to it as filterVariant: 'range' as that is the way it is set in the example project, however the filter it is actually using should be
inNumberRange
. That is what we're using in our production app where we first viewed the behavior.