I'm evaluating Flexbox for a project:

http://www.fairwaytech.com/Technology/FlexBoxDemo.aspx

In example #1 there I can type in some chars and items with those chars *inside* a result get highlighted (though only the first instance of the found chars in any given item gets highlighted).

In all of the other demos the matching only occurs at the beginning of the items.

Is it possible to have the *in the words* matching behavior happen (like in example #1), but also have the list filtering behavior that the other demos show? IE, if I have:

Guinea Pig
Pig
Iguana
Fox

and type in "i", I would like to have the dropdown display all matches with "i" anywhere in them:

Guinea Pig
Pig
Iguana

The jquery autcomplete plugin will do it (type "i" in the E-Mail example):

http://jquery.bassistance.de/autocomplete/demo/

but there are some other features that Flexbox has that I'd like.

Thanks,
Jack



Reply via email to