I am using Selectize
in an angular project. When we copy multiple values from an excel which are having line breaks in between the values. On pasting these values, line breaks convert into spaces. Can we somehow make it as multi-line?
Like if we paste:
a
b
c
it should paste as it is, including line breaks instead of a b c