Open ujjaldey opened 6 years ago
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.
http://mbenford.github.io/ngTagsInput/documentation/api set addOnPaste to true, default splitting char is comma
addOnPaste
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.