Skip to content

Commit c9a8de4

Browse files
committed
add disabled styles on range slider fix
1 parent 3f516ab commit c9a8de4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/packages/lowcoder/src/comps/comps/numberInputComp/rangeSliderComp.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const RangeSliderBasicComp = (function () {
6565
range={true}
6666
value={[props.start.value, props.end.value]}
6767
$style={props.inputFieldStyle}
68+
$disabledStyle={props.disabledSliderStyle}
6869
style={{ margin: 0 }}
6970
$vertical={Boolean(props.vertical) || false}
7071
tabIndex={typeof props.tabIndex === 'number' ? props.tabIndex : undefined}

0 commit comments

Comments
 (0)