diff --git a/editions/tw5.com/tiddlers/widgets/SelectWidget.tid b/editions/tw5.com/tiddlers/widgets/SelectWidget.tid index c93cf2961..9ce93e68e 100644 --- a/editions/tw5.com/tiddlers/widgets/SelectWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/SelectWidget.tid @@ -7,7 +7,8 @@ type: text/vnd.tiddlywiki ! Introduction -The select widget displays a popup menu based on a [[HTML select element|https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select]]. The popup (or dropdown) contains a list of items defined by `` elements. The selected value to the text of a specified tiddler field or index. +The select widget displays a popup menu based on a [[HTML select element|https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select]]. The popup (or dropdown) contains a list of items defined by `` elements. +Every time the user selects a new value in the menu, the selected value is written to the text of a specified tiddler field or index. For example, this select widget displays a list of the tags in this wiki: