View on GitHub
Check out my new open source project, FavIconX!

Showcase

Want to take a closer look at the code for those examples? Click here to view examples.js

Tag box

Use this type of combo when you want to allow your user to pick any number of freely entered tags

Filter box

Use this type of combo to allow the user to select multiple values amongst a restricted set. We are using custom renderers to present the selection in a familiar look and feel

Scrabble box

Allow room for free entries but also have fixed suggestions loaded dynamically. I like to call that the scrabble box because I have a tendancy to make up words in addition to the existing dictionary ones whenever I play that game.

Email recipients box

Use this type of combo to present the results in the gmail recipients combo style. Note that we are only using a custom renderer for the items located in the combo and letting the component know which property to render when selected.

Complex Templating

Customized presentation, data fetched through ajax but auto filtered by the component.