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

Tag loose newline characters when copy from Xls

Open RobbeR opened this issue 1 year ago • 0 comments

I would like to create tags on onPaste event (from xlsx). On "before-adding-tag", the tag text loose the newline characters, so I cannot split the string to multiple tags. Is there any configuration option to avoid this behaviour?

EDIT: I tried "separators" config as well, like this: :separators="['\n', '\r\n']", without luck.

RobbeR avatar Jul 06 '24 09:07 RobbeR