vue-tags-input
vue-tags-input copied to clipboard
maxlength not work for paste content
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.
Can I take this bug and try to fix it ?
After fixed it I will do a PR
Can you enhance paste feature? content string support separated by, ; | etc. eg: 'x1,x2,x3' will turn to three tags