Slider format function should return a number
This commit is contained in:
committed by
Kenn Jacobsen
parent
4ff91ed4d1
commit
b2141b6657
@@ -56,7 +56,7 @@
|
||||
return value.toFixed(stepDecimalPlaces);
|
||||
},
|
||||
from: function (value) {
|
||||
return value;
|
||||
return Number(value);
|
||||
}
|
||||
},
|
||||
"range": {
|
||||
|
||||
Reference in New Issue
Block a user