ngTagsInput
ngTagsInput copied to clipboard
Tags input directive for AngularJS
I know this project isn't maintained anymore, however would you be open to a PR to remove the deprecated CSS tags? 
Currently, when we add a tag from the suggestion list the focus still remains in that input box but it's hard to open again the suggestion list I have to...
Add `allowDblclickToEdit` `inputSplitPattern` options so that you can use double click to edit current tag and split tag by pattern We can try [here](https://plnkr.co/edit/9wbMHu?p=preview) [#282](https://github.com/mbenford/ngTagsInput/issues/282) #674
Pasting a list with duplicate items leads to "Duplicates in a repeater are not allowed" error. The tiUtils.findInObjectArray method is given empty array to look through for every item. Example:...
Here is my code. ` `
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...
When using angularjs 1.2.x and breeze 1.7.1 it is not possible to correctly use the lib because of the following. tagsInput.addTag(angular.copy(suggestionList.selected)); By copying the object it is no longer the...
Is there a way to prevent ng-tags-input from removing the tags by using backspace in the input box. There is a on-tag-removing callback but that does not have $event to...
The scrolling of the dropdown can be down by moving the mouse down in the autocomplete list. There is no way to disable that. In the auto-complete.js file, the select...
Hi, I want to know Is angular 2 version available of same or similar plugin? I am unable to find out on google.