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
{{ message }}
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
When we copy and paste multiple tags (list of comma-separated values), the paste-split-pattern is not working. The tags are not being split and the entire content is being treated as a single tag. This issue is occurring only on a mac machine and is working fine on windows.
paste-split-pattern=',(?=(?:[^\"]"[^\"]")[^\"]$)' (to allow commas inside quotes, split otherwise)
The text was updated successfully, but these errors were encountered:
greeshma26
changed the title
Paste is not working on MAC.
Paste in ng-tags-input is not working on MAC.
Oct 3, 2019
When we copy and paste multiple tags (list of comma-separated values), the paste-split-pattern is not working. The tags are not being split and the entire content is being treated as a single tag. This issue is occurring only on a mac machine and is working fine on windows.
paste-split-pattern=',(?=(?:[^\"]"[^\"]")[^\"]$)' (to allow commas inside quotes, split otherwise)
The text was updated successfully, but these errors were encountered: