I’m working on a project using jQuery Tokeninput. The plugin is described as such:
Tokeninput is a jQuery plugin which allows your users to select multiple items from a predefined list, using autocompletion as they
type to find each item.
See a working version here: http://jsfiddle.net/WGmrr/
Is there a way that I can show the entire predefined list once the user clicks the inputbox but before the user starts typing, effectively replacing the hintText that reads Type in a search term?
You could use an entirely different UX approach here and go with Harvest’s Chosen plugin, using
Multiple Select:It looks wonderful, works well, and can be re-used in different contexts.