On Thursday, October 8, 2020 at 4:54:04 AM UTC-7, Gerald Weis wrote: > > <select tiddler="$:/temp/Sache" tags=input> > <option value="Benzin" >Benzin </option> > <option value="Fahrzeugpflege" >Fahrzeugpflege </option> > <option value="Inspektionen/TÜV" >Inspektionen/TÜV </option> > <option value="Reparaturen/Wartung" >Reparaturen/Wartung </option> > <option value="Scheibenwischer" >Scheibenwischer </option> > </select> > <!-- > <$edit-text tiddler="$:/temp/Sache" tag=input size=30 placeHolder=<<ph>> > default="Sache"/> > --> > I don't know what's wrong. >
1) The widgetname needs a leading "$".... i.e., <$select ...> and </$select> 2) The $select widget doesn't use a tags="..." param, so this is unneeded (but otherwise ignored) -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/c572b58f-133a-4f74-b752-c6c239d56b10o%40googlegroups.com.

