tag-it icon indicating copy to clipboard operation
tag-it copied to clipboard

A jQuery UI plugin to handle multi-tag fields as well as tag suggestions/autocomplete.

Results 100 tag-it issues
Sort by recently updated
recently updated
newest added

Hi, I don't use this anymore and would like to find a few people to join as maintainers! I'd prefer if you can highlight previous open source you've had stewardship...

Is it possible (possibly already implemented somewhere?) to double-click on a tag to edit it? (be able to change spelling if typos, etc.)

Uncaught TypeError: r.getClientRects is not a function at w.fn.init.offset (jquery-3.3.1.min.js:2) at Object.getWithinInfo (position.min.js?ver=1.11.4:11) at w.fn.init.a.fn.position (position.min.js?ver=1.11.4:11) at $.(/wp-admin/anonymous function).(anonymous function)._suggest (https://code.jquery.com/ui/1.12.1/jquery-ui.js:6101:6) at $.(/wp-admin/anonymous function).(anonymous function)._suggest (https://code.jquery.com/ui/1.12.1/jquery-ui.js:144:25) at $.(/wp-admin/anonymous function).(anonymous function).__response...

issue #391 solved. you can add maximum tag length with tagLengthLimit parameter.

There is a small typo in js/tag-it.js. Should read `unnecessary` rather than `unneccesary`.

How to run tag-it and get the suggested values on button click? Here is a fiddle: http://jsfiddle.net/rzL7uvpq/1/. I would like to get the suggested dropdown after button click. ``` Button...

[.andSelf()](https://api.jquery.com/andself/) was deprecated in jQuery 1.8 and removed in jQuery 3.0. [.addBack()](https://api.jquery.com/addBack/) should be used instead from jQuery 1.8 onward.

The .andSelf() method was deprecated in jQuery 1.8 and now removed in 3.0 in favor of the .addBack() method, which does a better job of explaining what it does and...