shx-3d-render
parent
9717832949
commit
0efe02b049
|
@ -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">
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue