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