select with images
parent
0351029621
commit
9a40747b92
|
@ -623,6 +623,8 @@
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
const selectElement = document.querySelector('.shx-custom-enhanced-dropdown-font-hide-dummy-select');
|
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
|
document.getElementById("shx-custom-enhanced-dropdown-font-select-selected-value").innerText = selectElement.value
|
||||||
}, 1000)
|
}, 1000)
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue