Hi all,

I have finally mastered the *<$select>* widget, but it has left me wanting 
a *<$combobox>* widget as well. In my latest experiment 
<https://tiddlytest.github.io/#foobar> for our *{{DesignWrite}}* semester 
project, TiddlyCRM, I've been able to populate the options of a *<$select>* 
widget from a series of tiddlers which are all tagged  foobar . This works 
great! However, what if the option I want is not currently listed, and I 
want to add it? That is where a *<$combobox>* widget or equivalent would 
come in handy. Ideally, I'd like to be able to do this without having to 
add a plugin, if possible. If not, could someone point me to something that 
would achieve this result? I know we have the original inventor of the 
combobox itself, lurking around here somewhere, hehe.

Here's my current code for the *<$select>* widget I'm using...

<$select tiddler="$:/_Temp/foobar" field="city" default="Foo">
<$list filter="[tag[foobar]]">
<option value={{!!city}}><$view field="city"/></option>
</$list>
</$select>



Hegart.

-- 
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/6af11e26-0b0c-4f6d-9640-c804394be4f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to