making slider/range values connectable

This commit is contained in:
Ruben Fiszel
2023-02-24 20:50:01 +01:00
parent cd90dc05db
commit 4b417e9b6a
@@ -810,19 +810,16 @@ Hello \${ctx.username}
type: 'static',
value: undefined,
fieldType: 'number',
onlyStatic: true
},
max: {
type: 'static',
value: undefined,
fieldType: 'number',
onlyStatic: true
},
step: {
type: 'static',
value: 1,
fieldType: 'number',
onlyStatic: true
}
},
customCss: {},
@@ -891,19 +888,16 @@ Hello \${ctx.username}
type: 'static',
value: 42,
fieldType: 'number',
onlyStatic: true
},
defaultValue: {
type: 'static',
value: 20,
fieldType: 'number',
onlyStatic: true
},
step: {
type: 'static',
value: 1,
fieldType: 'number',
onlyStatic: true
}
},
customCss: {},
@@ -925,31 +919,26 @@ Hello \${ctx.username}
type: 'static',
value: 0,
fieldType: 'number',
onlyStatic: true
},
max: {
type: 'static',
value: 42,
fieldType: 'number',
onlyStatic: true
},
defaultLow: {
type: 'static',
value: 10,
fieldType: 'number',
onlyStatic: true
},
defaultHigh: {
type: 'static',
value: 20,
fieldType: 'number',
onlyStatic: true
},
step: {
type: 'static',
value: 1,
fieldType: 'number',
onlyStatic: true
}
},
customCss: {},