I didn’t notice the push statement before. I don’t think that you can add items to a dropdown like that. I always declare an empty array at the top and “push” each item into it in the forEach loop. Then, after the forEach loop, assign the array to the dropdown. Make sense?
I would code it, but you did a screen shot, making copying and pasting code impossible. Best to copy and paste code into one of these posts.