I have the following element on the page
<input type="file" tabindex="0" style="display:none" id="logo-file-input" accept=".jpg">
When I do document.querySelector("#logo-file-input")
it returns null. Does anyone know what I can do debug this?
I have the following element on the page
<input type="file" tabindex="0" style="display:none" id="logo-file-input" accept=".jpg">
When I do document.querySelector("#logo-file-input")
it returns null. Does anyone know what I can do debug this?