79688916

Date: 2025-07-03 13:30:32
Score: 0.5
Natty:
Report link

This is a browser layout issue.
You can fix it by using `requestAnimationFrame`

   function setSize(){
        const s = document.getElementById("myselect");
        requestAnimationFrame(() => {
            s.size = s.options.length;
        });
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Chinonso Ekpete