On Sunday, February 9, 2020 at 3:28:55 AM UTC-8, Mat wrote: > > https://tiddlywiki.com/prerelease/#RangeWidget > ...claims > > default The default value displayed if the field is missing or empty > Is this correct? I mean, exactly where is this value "displayed"? >
The default value is "displayed" as **the position on the range control**. Thus: <$range tiddler="SomeTiddler" field="SomeField" min="0" max="500" default="250"/> will show a control from 0 to 500 and, if SomeTiddler!!SomeField doesn't exist, will use a default value of 250. -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/76abdb1b-9ae2-441a-bbd2-eea464642c6f%40googlegroups.com.

