Skip to content

This is a dojo flavored port of the jQuery Tokeninput plugin which allows your users to select multiple items from a predefined list, using autocompletion as they type to find each item. You may have seen a similar type of text entry when filling in the recipients field sending messages on facebook.

Notifications You must be signed in to change notification settings

BuffaloBuffalo/dojo-tokeninput

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dojo-tokeninput: A dojo-based autocomplete widget

This is a dojo port of the jQuery Tokeniput plugin. See the project site for more information

Development

This module is in active development. The eventual goal is for the codebase to be less of a jquery-tokeninput port and to have a more dojo-like implementation.

Future tasks are

  1. Store support- support dojo/store API
  2. Make the widget work within the dijit/form ecosystem for getting/setting values
  3. Replace the query/NodeList usage with more dijit friendly paradigms.

Inspiration

This project came about as a result of the lack of flexible multi-valued autocomplete widgets in the dijit and dojox projects. dijit/form/FilteringSelect works for autocompleting a single value, and dojox/form/CheckedMultiSelect works for multi-valued options, but tends to flounder when working with large lists of values.

Full information on the original project can be found on the loopj site.

About

This is a dojo flavored port of the jQuery Tokeninput plugin which allows your users to select multiple items from a predefined list, using autocompletion as they type to find each item. You may have seen a similar type of text entry when filling in the recipients field sending messages on facebook.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.9%
  • CSS 17.5%
  • PHP 1.6%