shx-3d-render
parent
155260f7b3
commit
83dfa240b1
|
@ -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++) {
|
||||
|
|
Loading…
Reference in New Issue