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 additional tags are loading which is not getting considered for hiding
can you please provide help with it.
@Theo_Pendle @kautuk_sahni @Arun_Patidar @BrianKasingli @Vijayalakshmi_S @vanegi