updates
This commit is contained in:
@@ -531,10 +531,6 @@ export class Render {
|
||||
input.readOnly = true;
|
||||
}
|
||||
|
||||
if (field.rewrite == '1') {
|
||||
input.dataset.value = '';
|
||||
}
|
||||
|
||||
if (field.required == '1') {
|
||||
input.required = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user