select with images
parent
5f312f5e28
commit
bcd0279ac8
|
@ -605,8 +605,8 @@
|
|||
const selectedVariant = event.currentTarget.getAttribute('data-value');
|
||||
const customSelectedValue = document.getElementById('shx-custom-enhanced-dropdown-font-select-selected-value')
|
||||
|
||||
customSelectedValue.src = getCustomEnhancedDropdownItemFontAssetUrl(selectedVariant.value)
|
||||
customSelectedValue.alt = getCustomEnhancedDropdownItemFontAssetAltTag(selectedVariant.value)
|
||||
customSelectedValue.src = getCustomEnhancedDropdownItemFontAssetUrl(selectedVariant)
|
||||
customSelectedValue.alt = getCustomEnhancedDropdownItemFontAssetAltTag(selectedVariant)
|
||||
|
||||
const selectElement = document.querySelector('.shx-custom-enhanced-dropdown-font-hide-dummy-select');
|
||||
|
||||
|
|
Loading…
Reference in New Issue