Want to take a closer look at the code for those examples? Click here to view examples.js
Use this type of combo when you want to allow your user to pick any number of freely entered tags
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
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.
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.
Customized presentation, data fetched through ajax but auto filtered by the component.