We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a29a2 commit 0aed8c2Copy full SHA for 0aed8c2
components/slider/src/use-range-slider.ts
@@ -504,7 +504,7 @@ export const useRangeSlider_unstable = (
504
value,
505
valueLabelTransform,
506
"data-index": index,
507
- open: open === index || active === index,
+ open: open === index || active === index || props.thumb?.open === true,
508
active: active === index,
509
dragging,
510
handleFocus: createHandleFocus(index),
0 commit comments