const options = Array.from(select.options); options.forEach((option, i) => { if (option.value === use_id) select.selectedIndex = i; });