select with images

main
alexanderroese 2024-07-17 22:34:38 +02:00
parent 0351029621
commit 9a40747b92
1 changed files with 2 additions and 0 deletions

View File

@ -623,6 +623,8 @@
setTimeout(() => {
const selectElement = document.querySelector('.shx-custom-enhanced-dropdown-font-hide-dummy-select');
console.log("selectElement", selectElement, "span", document.getElementById("shx-custom-enhanced-dropdown-font-select-selected-value"))
document.getElementById("shx-custom-enhanced-dropdown-font-select-selected-value").innerText = selectElement.value
}, 1000)
};