select with images

main
alexanderroese 2024-07-17 22:33:44 +02:00
parent 2beec1b38b
commit 0351029621
1 changed files with 4 additions and 2 deletions

View File

@ -620,9 +620,11 @@
}
function loadCustomEnhancedDropdownSelectedValue() {
const selectElement = document.querySelector('.shx-custom-enhanced-dropdown-font-hide-dummy-select');
setTimeout(() => {
const selectElement = document.querySelector('.shx-custom-enhanced-dropdown-font-hide-dummy-select');
document.getElementById("shx-custom-enhanced-dropdown-font-select-selected-value").innerText = selectElement.value
document.getElementById("shx-custom-enhanced-dropdown-font-select-selected-value").innerText = selectElement.value
}, 1000)
};
function SHX_IFC_genDropdownSelect(inputID, labelText, inputName, inputVal, options, section_id) {