Im looking for a multi-column select box that is searchable.
I have found Flexbox (http://www.fairwaytech.com/flexbox) which does almost everything I need except it limits searching only to the {name} column. I’m needing something that will search over all columns shown.
Im looking for something as powerful as the MS Access dropdown boxes if possible.
Thanks in advance.
I ended up creating a (rather crude) custom combo box using div’s and a bit of javascript. While it isn’t the most elegant it works for my purposes.
Hopefully someone is working on something similar to this but for now this is the only solution I was able to find.