This commit is contained in:
yumoqing 2025-09-26 08:13:45 +08:00
parent 44e1653223
commit 77f81b7328

View File

@ -347,7 +347,7 @@ bricks.Form = class extends bricks.FormBase {
this.add_widget(filler); this.add_widget(filler);
this.nontextfields = []; this.nontextfields = [];
this.textfields = []; this.textfields = [];
this.opts.fields.forEach((f) => { this.options.fields.forEach((f) => {
if (f.uitype == 'text'){ if (f.uitype == 'text'){
this.textfields.push(f); this.textfields.push(f);
} else { } else {