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 3f516ab commit c9a8de4Copy full SHA for c9a8de4
client/packages/lowcoder/src/comps/comps/numberInputComp/rangeSliderComp.tsx
@@ -65,6 +65,7 @@ const RangeSliderBasicComp = (function () {
65
range={true}
66
value={[props.start.value, props.end.value]}
67
$style={props.inputFieldStyle}
68
+ $disabledStyle={props.disabledSliderStyle}
69
style={{ margin: 0 }}
70
$vertical={Boolean(props.vertical) || false}
71
tabIndex={typeof props.tabIndex === 'number' ? props.tabIndex : undefined}
0 commit comments