"
Код: Выделить всё
function setSize(){
const s = document.getElementById("myselect");
s.size = s.options.length;
}
One
Two
Three
Four
Click to set size attribute
Подробнее здесь: https://stackoverflow.com/questions/796 ... o-collapse
Код: Выделить всё
function setSize(){
const s = document.getElementById("myselect");
s.size = s.options.length;
}
One
Two
Three
Four
Click to set size attribute