shx-3d-render

main
Jan Umbach 2024-06-21 16:00:24 +02:00
parent 382dfea271
commit ec5b1adf3f
1 changed files with 1 additions and 1 deletions

View File

@ -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">
<section id="${inputID}" form="product-form-${section_id}" name="properties[${inputName}]" class="shx-ifc-colorselect">
`;
for(let i = 0; i < options.length; i++) {