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 b7c0847 commit 3ec9252Copy full SHA for 3ec9252
modules/luci-base/htdocs/luci-static/resources/ui.js
@@ -2685,8 +2685,9 @@ const UIRangeSlider = UIElement.extend({
2685
* @property {int} [max=100]
2686
* Specifies the maximum value of the range.
2687
*
2688
- * @property {int} [step=1]
2689
- * Specifies the step value of the range slider handle.
+ * @property {string} [step=1]
+ * Specifies the step value of the range slider handle. Use "any" for
2690
+ * arbitrary precision floating point numbers.
2691
2692
* @param {function} [calculate=null]
2693
* A function to invoke when the slider is adjusted by the user. The function
0 commit comments