You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: