shx-3d-render

main
Jan Umbach 2024-06-23 10:25:20 +02:00
parent a4482d554e
commit b1f6ab1703
1 changed files with 3 additions and 0 deletions

View File

@ -306,6 +306,9 @@
<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}" oninput="document.querySelector('shx-input-forms').renderView()" required maxlength="20">
<script>
document.addEventListener("DOMContentLoaded", ()=>{document.querySelector("form[novalidate]").removeAttribute("novalidate")})
</script>
</div>
`;
}