lekoala / bootstrap5-tags

Replace select[multiple] with nices badges for Bootstrap 5
MIT License
150 stars 35 forks source link

Remove debugging console.log(focus|blur) #81

Closed axllent closed 1 year ago

axllent commented 1 year ago

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:

lekoala commented 1 year ago

wwhooops sorry about this :) https://github.com/lekoala/bootstrap5-tags/releases/tag/1.5.16