jquery-tagsinput-revisited
jquery-tagsinput-revisited copied to clipboard
Revisited version of popular jQuery Tags Input Plugin
Redeclare `i` each time its uniquely used to prevent undefined behavior when reconstructing the array after a tag is specified for deletion Closes #44
When a tag is being removed under certain conditions, other tags can be accidentally removed. This appears to be due to `i` not being redeclared in the scope of each...
I have been facing the error `Cannot read property 'autocomplete' of undefined` only in case if I have another autocomplete/select2 field in same page. But it was fine after following...
One feature that would be very useful to me would be to add the current date along with the typed text. I use it to track system changes. Example: ...
when it is configured with limit option (ex, limit = 1) it still allows to input new value, just does not add it I would suggest that when limit is...
It would be really useful if the tags could be dragged to re-order them within their parent box (and this would then obviously be reflected in the form element).
I enter another input, the tags will be removed each item
Hi. Can you add a destroy method so I can reuse the component?
Currently after pasting a few words with spaces (for example: katalog stron, reklama strony www, reklama, indeks polskich stron), tags look like this: katalogstron, reklamastronywww, reklama, indekspolskichstron I suggest replace...
it is working with Firefox and Puffin tho. It also works with Safari on Iphones.