From 5c3a19f298c2361993f2e1a77560b3cda4f64ccc Mon Sep 17 00:00:00 2001 From: twMat Date: Tue, 14 Apr 2020 18:14:59 +0200 Subject: [PATCH] Update RangeWidget.tid (#4453) --- editions/tw5.com/tiddlers/widgets/RangeWidget.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/widgets/RangeWidget.tid b/editions/tw5.com/tiddlers/widgets/RangeWidget.tid index ddf406ccc..934b28f6e 100644 --- a/editions/tw5.com/tiddlers/widgets/RangeWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/RangeWidget.tid @@ -19,7 +19,7 @@ The content of the `<$range>` widget is ignored. |min |The minimum value to be able to be set by the `<$range>` widget.| |max |The maximum value to be able to be set by the `<$range>` widget.| |increment |The minimum amount by which a value may be changed. Defaults to 1.| -|default |The default value displayed if the field is missing or empty.| +|default |If the field is missing or empty this is the default position for the widget handle relative to the min and max values.| |class |CSS classes to be assigned to the label around the range slider | ! Examples