jsTag
jsTag copied to clipboard
Pure Angular Input Tags project
I have an js-tag input area, and a save button below the area, each time complete typing in the input area, and click on the save button, the js-tag will...
In reference to this issue: https://github.com/eranhirs/jsTag/issues/31 Allowed use of html inputs so it can pass w3 validation: ``` Tags ```
Hi, i cannot set or use the code "44" for "," . I need this to separate the tags, with keyboard key enter its works perfectly.
I would like to know if this plugin checks if a particular tag already exists.
Hello Eran. How I can set edit mode for tag on one click? Not on double.
after Angular version 1.3 angular team recommend to use [3rd party filter toArray](http://ngmodules.org/modules/angular-toArrayFilter) which works great. Your implementation loose key value. That i suggest to rename Your filter or remove...
Hello Eran, I would like to limit the number of tags. Possible to have an option to set the maximum number of input tag from 1 to ... unlimited ?...
It's not clear from the docs how to access tags. Adding 'ng-model' to the element doesn't work. What's the method here to access my entered info? Docs should say.
Great plugin! I found an issues using w3 validation when using the element syntax: ``` ``` This also doesn't work if there was a JavaScript error on the page the...
I've trying to use ng-model="aModel" inside js-tag element. But nothing gets bound. With this code, as in the examples, I can get the value selected through $scope.tags.tags: ``` $scope.tags =...