hailwood / jQuery-Tagit

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

Autocomplete fixes #108

Closed brettz9 closed 9 years ago

brettz9 commented 9 years ago

Here are some important though simple fixes for the autocomplete functionality and demo. Note that for the code in your repository, there is no renderItemData method, thus my reimplementing it (as per http://stackoverflow.com/a/18676992/271577 ).

brettz9 commented 9 years ago

I plan to submit another pull request combining all of my changes if you prefer to have them all together.