Skip to content

Commit 5bfc98d

Browse files
committed
field style added to slider
1 parent 0e4bb65 commit 5bfc98d

File tree

1 file changed

+2
-1
lines changed
  • client/packages/lowcoder/src/comps/comps/numberInputComp

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ const SliderBasicComp = (function () {
1919
return new UICompBuilder(childrenMap, (props) => {
2020
return props.label({
2121
style: props.style,
22-
labelStyle:props.labelStyle,
22+
labelStyle: props.labelStyle,
23+
field:props.field,
2324
children: (
2425
<SliderWrapper
2526
onMouseDown={(e: any) => {

0 commit comments

Comments
 (0)