jquery-tagsinput-revisited icon indicating copy to clipboard operation
jquery-tagsinput-revisited copied to clipboard

Allow a space in pasted tags

Open N1ebieski opened this issue 5 years ago • 0 comments

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 spaces to one or remove line value = value.replace(/\s/g, '');

N1ebieski avatar Jul 18 '20 13:07 N1ebieski