You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWikiDev
After doing a query, I found that this problem has not been discussed. ( am I wrong? ^^) I wrote something like below. The code works fine on Firefox, but not in TWEdit. The problem is, I can not select other option while viewing in TWEdit. <$select tiddler='$:/temp/sex'> <option value="0">Female</option> <option value="1">Male</option> </$select>
It would be good if somebody tell me something about this. Many thanks.