There appear to be two debugging console.log() functions in both the tags.js and tags.min.js builds which should probably be removed, namely console.log("focus"); and console.log("blur"); which cause unnecessary browser "noise", and were likely just forgotten about during development I suspect. If these are handy for development, then I would suggest a new element data tag enableDebug or similar to turn that on :+1:
There appear to be two debugging console.log() functions in both the tags.js and tags.min.js builds which should probably be removed, namely
console.log("focus");
andconsole.log("blur");
which cause unnecessary browser "noise", and were likely just forgotten about during development I suspect. If these are handy for development, then I would suggest a new element data tagenableDebug
or similar to turn that on :+1: