i want to pre-select this input when page loads but when I add the a value it goes blank ``` const input1 = document.querySelector('.publicationsList #type'); const input2 = document.querySelector('.publicationsList #year'); const input3 = document.querySelector('.publicationsList #researchAreas'); const input4 = document.querySelector('.publicationsList #author'); input1.value = '2022'; ```