hailwood / jQuery-Tagit

The Jquery Tagit Plugin transforms an html unordered list into a unique tagging plugin.
264 stars 109 forks source link

Added support for 'minLength' option of jQuery-UI Autocomplete inside TagIt #89

Closed ghost closed 11 years ago

ghost commented 11 years ago

Since it isn't possible to set the minimum lenght for tags and for triggering Autocomplete separately, I added a new option named 'autocompleteMinLength' to have this feature enabled (otherwhise TagIt 'minLenght' overlaps Autocomplete 'minLenght') I think it's a simple but useful feature.