shx-3d-render

main
Jan Umbach 2024-06-21 19:51:50 +02:00
parent 15692fafe7
commit 72ec2e5619
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@
function SHX_IFC_genColorSelect(inputID, labelText, inputName, inputVal, options, section_id) {
let html = `
<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++) {