Hi Team, when i open the tags some tags are getting showed up out of
which i'am able to hide the tags with help of js
$('.foundation-collection-item').each(function(){var programTags =
["Technology","Translation Status","Resource Type","Information
Classification", "Facebook"];var iterator = programTags.values();for(let
program of iterator) {//
console.log(program);if($(this).attr('data-foundation-picker-collection-item-text')
== program){$(this).hide();}}}); but when i scroll down the component...