select with images
parent
2beec1b38b
commit
0351029621
|
@ -620,9 +620,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function loadCustomEnhancedDropdownSelectedValue() {
|
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) {
|
function SHX_IFC_genDropdownSelect(inputID, labelText, inputName, inputVal, options, section_id) {
|
||||||
|
|
Loading…
Reference in New Issue