Hallo Eric My Problem is
i need the two tags where are input in the field Kennzeichen and the field Sache How can i do that? How i must change the code? Eric Shulman schrieb am Donnerstag, 8. Oktober 2020 um 15:27:20 UTC+2: > 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/c91a15ad-4bf4-4e94-8a5a-5224f6e51a97n%40googlegroups.com.

