I have a js snippet that I fire using google tag manager on a specific page of my website.
On that page, I access a span and set it like this:
let customText = document.getElementById(‘customText’)
customText.innerText(‘f9b’)
for a second f9b is shown at that place
after that, it changes to F9B
my text is case sensitive, I can’t afford this, any suggestion to solve this problem?