vue-tags-input icon indicating copy to clipboard operation
vue-tags-input copied to clipboard

maxlength not work for paste content

Open takeAction opened this issue 4 years ago • 2 comments

maxlength works if i input content manually, but doesn't work for paste content.

for example, if i set maxlength=5, the separator is comma and the paste content is : 123,098

as a consequence, there are 2 tags, but the 2nd tag only is 0.

takeAction avatar May 26 '20 08:05 takeAction

Can I take this bug and try to fix it ?

After fixed it I will do a PR

Dooxe59 avatar Sep 14 '20 14:09 Dooxe59

Can you enhance paste feature? content string support separated by, ; | etc. eg: 'x1,x2,x3' will turn to three tags

coolicer avatar Jul 23 '21 06:07 coolicer