UNPKG

@yaireo/tagify

Version:

lightweight, efficient Tags input component in Vanilla JS / React / Angular [super customizable, tiny size & top performance]

5 lines 132 B
if (!Array.prototype.includes) { Array.prototype.includes = function(search){ return !!~this.indexOf(search) } }