Hey Daniel, I can't immediately think of any native way to do what you are asking - so, a couple of thoughts/ways of non-native ways of doing what you are asking:
1 - Create a <$setField.....> widget which sets a field to a specific value. Then you could do something like: <$select filter=.... variable="fieldValue"><$setField field="someField" value=<<fieldValue>>/></$select> 2 - Modify the <$select.....> widget by adding a parameter such as.... <$select filter=.... field="someField"/> Either approach would work quite nicely I think. Cheers - Chris. On Tuesday, January 7, 2014 9:52:33 PM UTC, Daniel wrote: > > Hi > > How can I use the select widget to change the values of a field in a > tiddler? > > I wonder if I can have a select box in a view template where the selected > value is the value of a field and when I change the selected value the > field value is changed and persists? > > Daniel > > -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/groups/opt_out.
