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 0e4bb65 commit 5bfc98dCopy full SHA for 5bfc98d
client/packages/lowcoder/src/comps/comps/numberInputComp/sliderComp.tsx
@@ -19,7 +19,8 @@ const SliderBasicComp = (function () {
19
return new UICompBuilder(childrenMap, (props) => {
20
return props.label({
21
style: props.style,
22
- labelStyle:props.labelStyle,
+ labelStyle: props.labelStyle,
23
+ field:props.field,
24
children: (
25
<SliderWrapper
26
onMouseDown={(e: any) => {
0 commit comments