shx-3d-render

main
Jan Umbach 2024-06-22 10:05:19 +02:00
parent fc45e382c5
commit ca7fa47a59
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@
return `
<label class="form__label custom shx-ifc-form_label" for="${inputID}-label">${labelText}</label>
<div class="field custom">
<input class="field__input" form="product-form-${section_id}" type="text" id="${inputID}" name="properties[${inputName}]" value="${inputVal}" onchange="document.querySelector('shx-input-forms').renderView()">
<input class="field__input" form="product-form-${section_id}" type="text" id="${inputID}" name="properties[${inputName}]" value="${inputVal}" oninput="document.querySelector('shx-input-forms').renderView()">
</div>
`;
}