On Friday, December 6, 2019 at 2:39:53 PM UTC-8, PWL wrote:
>
> unfortunately that didn't work either. Who knew adding an input field
> into a tiddler would be so difficult. So you've seen the code I have here
> is a screencap of what I have now. The search works fine, like I said, I
> just would rather enter the search criteria right beside the drop down
> instead of on the side bar. Any suggestions would be greatly appreciated.
>
Did you place the <$edit-text> after the closing </$select>? There was a
"typo" in my previous message (which originally said after the <$select>,
which would have put the edit-text widget INSIDE the select list, which
would NOT work)...
Thusly:
Search <$select tiddler="$:/temp/searchfilter" default="Choose">
<option value="Choose">-Choose one-</option>
<option value="[has[intelligence]search:intelligence{$:/temp/search}]">
Intelligence</option>
<option value="[has[climate_terrain]search:climate_terrain{$:/temp/search}]
">Climate/Terrain</option>
<option value="[has[hd]search:hd{$:/temp/search}]">HD</option>
</$select>
<$edit-text tiddler="$:/temp/search" tag="input" />
<$macrocall $name="list-links" filter={{$:/temp/searchfilter}} />
try it again... and let me know...
-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/5961a9cb-b1bb-4121-a631-699edafd6648%40googlegroups.com.