select with images
parent
fdfcdfc64d
commit
3d678297c1
|
@ -631,7 +631,7 @@
|
|||
html += `<option value="${optionValue}" ${inputVal === optionValue ? 'selected' : ''}>${optionDisplayName}</option>`;
|
||||
|
||||
if (isInputShxFont) {
|
||||
customDropdownOptions += `
|
||||
customDropdownHtml += `
|
||||
<div data-value="${optionValue}" class="${inputVal === optionValue ? "shx-custom-variant-picker-selected-variant" : ""}>
|
||||
<span>${optionDisplayName}</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue