shx-3d-render
parent
04fdb285f9
commit
e2f7fa09a1
|
@ -425,7 +425,7 @@
|
|||
console.log("swatch",swatch);
|
||||
|
||||
html += `
|
||||
<input type="radio" id="${inputID}-${swatch}" form="product-form-${section_id}" name="properties[${inputName}]" value="${swatchObj.name} #${color}" ${inputVal === swatch ? 'checked' : ''}>
|
||||
<input type="radio" id="${inputID}-${swatch}" form="product-form-${section_id}" name="properties[${inputName}]" value="${swatchObj.name}" ${inputVal === swatch ? 'checked' : ''}>
|
||||
<label for="${inputID}-${swatch}" style="background-color: #f55;">
|
||||
`;
|
||||
|
||||
|
|
Loading…
Reference in New Issue