shx-3d-render
parent
382dfea271
commit
ec5b1adf3f
|
@ -115,7 +115,7 @@
|
||||||
let html = `
|
let html = `
|
||||||
<label class="form__label custom shx-ifc-form_label" for="${inputID}-label">${labelText}</label>
|
<label class="form__label custom shx-ifc-form_label" for="${inputID}-label">${labelText}</label>
|
||||||
<div class="field custom">
|
<div class="field custom">
|
||||||
<section id="${inputID}" form="product-form-${section_id}" name="properties[${inputName}]" class="field__input shx-ifc-colorselect">
|
<section id="${inputID}" form="product-form-${section_id}" name="properties[${inputName}]" class="shx-ifc-colorselect">
|
||||||
`;
|
`;
|
||||||
|
|
||||||
for(let i = 0; i < options.length; i++) {
|
for(let i = 0; i < options.length; i++) {
|
||||||
|
|
Loading…
Reference in New Issue