alexanderroese 2024-06-22 19:59:01 +02:00
commit 8defa3b7c6
1 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@
}
.shx-mat-matte {
background: linear-gradient(60deg, #fff -20-%, transparent 60%);
background: linear-gradient(60deg, #fff -20%, transparent 60%);
opacity: 0.5;
}
@ -313,7 +313,7 @@
let html = `
<label class="form__label custom shx-ifc-form_label" for="${inputID}-label">${labelText}</label>
<div class="field custom">
<select id="${inputID}" form="product-form-${section_id}" name="properties[${inputName}]" class="field__input" style="height: 40px" onchange="document.querySelector('shx-input-forms').renderView()">
<select id="${inputID}" form="product-form-${section_id}" name="properties[${inputName}]" class="field__input" style="height: 40px" onchange="document.querySelector('shx-input-forms').renderView(500)">
`;
for(let i = 0; i < options.length; i++) {