shx-3d-render

main
Jan Umbach 2024-06-21 22:54:30 +02:00
parent a691fb1528
commit 0bd07b1463
1 changed files with 2 additions and 2 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}: <span>${inputVal.name}</span></label>
<label class="form__label custom shx-ifc-form_label" for="${inputID}-label">${labelText}</label>
<div class="field custom">
<select id="${inputID}" form="product-form-${section_id}" name="properties[${inputName}]" class="field__input" style="height: 40px">
`;
@ -237,7 +237,7 @@
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 id="${inputID}" class="shx-ifc-colorselect">
`;