We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b8132 commit b4c47e6Copy full SHA for b4c47e6
packages/controls/src/widget_float.ts
@@ -86,6 +86,8 @@ class FloatLogSliderModel extends BoundedFloatModel {
86
disabled: false,
87
base: 10.,
88
value: 1.0,
89
+ min: 0,
90
+ max: 4
91
});
92
}
93
initialize(attributes, options) {
0 commit comments