angular-tagger icon indicating copy to clipboard operation
angular-tagger copied to clipboard

Pressing enter with nothing typed is accepted as a valid entry

Open hosein opened this issue 8 years ago • 1 comments

4th option in image is the result of hitting enter/return with no other input.

image

hosein avatar May 06 '16 21:05 hosein

Find and change in line 257 if ($scope.tags.indexOf(item) === -1 && item) { to fix it

huuptag avatar Mar 07 '17 14:03 huuptag