This problem is mentioned, perhaps a bit obliquely, at the bottom of : https://tiddlywiki.com/#tabs%20Macro
The upshot is that you can wrap your select code like this: <$tiddler tiddler=<<currentTab>>> <$select field='fld01' default="aa"> <option>aa</option> <option>bb</option> <option>cc</option> </$select> </$tiddler> -- Mark On Friday, October 12, 2018 at 8:31:12 AM UTC-7, Mohammad wrote: > > Assume you have some tiddlers used in a *tabs *macro. Among them you have > the below tiddler uses *select widget. *The select widget here uses a > field called *fld01*. > > Tiddler title: Tida > <$select field='fld01' defualt="aa"> > <option>aa</option> > <option>bb</option> > <option>cc</option> > </$select> > > Now assume you have another tiddler called *Tutorial *and you have the > below code inside it > > Tiddler title: Tutorial > <<tabs "Tida Tidb">> > > > The strange thing here is the* select widget* creates a field *fld01 *in > both tiddlers. I dont understand why tiddler *Tutorial *should have a *fld01 > *field!! > Suggest I use tens of tiddlers in *tabs *macro, and all of them have a > select widget linked to a field then the *Tutorial *tiddler will have as > many as those > tiddlers field!! > > The attached *json *file reproduces this issue! > > > *-Mohammad * > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/8094fb6e-3a43-4940-9d4d-107415775b0e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

