We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b74e3 commit 42c42b0Copy full SHA for 42c42b0
src/fields/fieldNoUiSlider.vue
@@ -32,6 +32,7 @@
32
// Single value
33
this.value = parseFloat(value);
34
}
35
+ },
36
getStartValue(){
37
if (this.value != null) {
38
return this.value;
0 commit comments