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