shx-3d-render

main
Jan Umbach 2024-06-23 12:30:46 +02:00
parent 635a3a24cf
commit 9717832949
1 changed files with 2 additions and 1 deletions

View File

@ -410,7 +410,8 @@
function SHX_IFC_genSwatchSelect(inputID, labelText, inputName, inputVal, options, section_id) {
console.log("inputVal", inputVal);
console.log("options", options);
let html = `
<label class="form__label custom shx-ifc-form_label" for="${inputID}-label">${labelText}: <span class="shx-ifc-form_label_selected shx-ifc-form_label_selected_${inputID}">${options[inputName].name}</span></label>