shx-3d-render

main
Jan Umbach 2024-06-21 22:53:13 +02:00
parent 86ff0a1580
commit a691fb1528
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@
function SHX_IFC_genDropdownSelect(inputID, labelText, inputName, inputVal, options, section_id) {
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}: <span>${inputVal.name}</span></label>
<div class="field custom">
<select id="${inputID}" form="product-form-${section_id}" name="properties[${inputName}]" class="field__input" style="height: 40px">
`;