My html looks like this
<div class="slds-col slds-size_1-of-1 slds-hide" data-controllinganswer="a1ZC2000000O2n3MAC" data-questionid="a1fC20000000VgXIAU" data-id="a1fC20000000VmzIAE" data-selectedanswer="a1ZC2000000O2zxMAC">
But when I try to do this
this.template.querySelector('[data-id="' + e.dataset.id + '"], .slds-show')
It still returns me an element, even though there is no class as slds-show. Is this the right way of using queryselector with multiple attributes?