shx-3d-render

main
Jan Umbach 2024-06-23 12:31:27 +02:00
parent 9717832949
commit 0efe02b049
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@
console.log("options", options); console.log("options", options);
let html = ` 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> <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[inputVal].name}</span></label>
<div id="${inputID}" class="shx-ifc-colorselect"> <div id="${inputID}" class="shx-ifc-colorselect">
`; `;