From 0beac47243b4d380c4e180f59c1e236b711dea6d Mon Sep 17 00:00:00 2001 From: twMat Date: Sun, 21 Mar 2021 17:55:18 +0100 Subject: [PATCH] Update SelectWidget.tid (#5556) Placeholder value - Correction of previous attempt. --- editions/tw5.com/tiddlers/widgets/SelectWidget.tid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/widgets/SelectWidget.tid b/editions/tw5.com/tiddlers/widgets/SelectWidget.tid index 8042b9d86..66475c2e8 100644 --- a/editions/tw5.com/tiddlers/widgets/SelectWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/SelectWidget.tid @@ -55,10 +55,10 @@ This example sets the title of the current wiki [[$:/SiteTitle]] to one of a lis !!! Simple List with Placeholder Value -To display a default value that is also disabled, effectively functioning as a placeholder, this form can be used: +To display a default value that is also disabled, effectively functioning as a placeholder, the following form can be used. Note that the targeted field must be empty, or not exist, for the placeholder to show in the widget: -<$macrocall $name="wikitext-example-without-html" src="<$select tiddler="$:/SiteTitle" default="Choose a new site title"> - +<$macrocall $name="wikitext-example-without-html" src="<$select tiddler='New Tiddler' field='text' default='Choose a new text'> +