shx-3d-render

main
Jan Umbach 2024-06-15 12:33:49 +02:00
parent 155260f7b3
commit 83dfa240b1
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
let html = `
<label class="form__label custom shx-ifc-form_label" for="${inputID}-label">${labelText}</label>
<div class="field custom">
<select id="${inputID}" name="properties[${inputName}]" class="field__input" style="height: 40px">
<select id="${inputID}" form="product-form-${section_id}" name="properties[${inputName}]" class="field__input" style="height: 40px">
`;
for(let i = 0; i < options.length; i++) {