ngTagsInput icon indicating copy to clipboard operation
ngTagsInput copied to clipboard

How to handle tags pasted from clipboard

Open ujjaldey opened this issue 7 years ago • 1 comments

Hi, Just wondering if we can paste a list of comma separated tags from clipboard and the directive can automatically parse them and create multiple tags. Currently the whole text is getting converted to a single tag.

image

ujjaldey avatar May 05 '18 06:05 ujjaldey

http://mbenford.github.io/ngTagsInput/documentation/api set addOnPaste to true, default splitting char is comma

kashcode avatar Sep 14 '18 07:09 kashcode