rosslavery / angular2-tag-input

Tag input component for Angular 2
45 stars 42 forks source link

Added functionality to give option to check case-sensitivity #29

Open dinkarthakur opened 7 years ago

dinkarthakur commented 7 years ago

Added functionality to give option to check case-sensitivity of tags. User can pass [caseSensitive] input which is boolean. By default its is true. If user pass false then same tag with different case will not be added