shx-3d-render
parent
15692fafe7
commit
72ec2e5619
|
@ -142,7 +142,7 @@
|
||||||
function SHX_IFC_genColorSelect(inputID, labelText, inputName, inputVal, options, section_id) {
|
function SHX_IFC_genColorSelect(inputID, labelText, inputName, inputVal, options, section_id) {
|
||||||
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>
|
||||||
<section id="${inputID}" class="shx-ifc-colorselect">
|
<section id="${inputID}" class="shx-ifc-colorselect" form="product-form-${section_id}" name="properties[${inputName}]">
|
||||||
`;
|
`;
|
||||||
|
|
||||||
for(let i = 0; i < options.length; i++) {
|
for(let i = 0; i < options.length; i++) {
|
||||||
|
|
Loading…
Reference in New Issue