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
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