This commit is contained in:
2025-12-29 07:09:03 +02:00
parent eb3a761a71
commit d80513a8a0
22 changed files with 958 additions and 1393 deletions
-4
View File
@@ -531,10 +531,6 @@ export class Render {
input.readOnly = true;
}
if (field.rewrite == '1') {
input.dataset.value = '';
}
if (field.required == '1') {
input.required = true;
}