select with images
parent
985192c2c5
commit
8781417725
|
@ -634,7 +634,7 @@
|
|||
|
||||
if (isInputShxFont) {
|
||||
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>
|
||||
</div>
|
||||
`
|
||||
|
|
Loading…
Reference in New Issue