From 77f81b73289a7e00c2c9afa608fc36dcffe515af Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 26 Sep 2025 08:13:45 +0800 Subject: [PATCH] bugfix --- bricks/form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/form.js b/bricks/form.js index 328bcac..02d2b97 100644 --- a/bricks/form.js +++ b/bricks/form.js @@ -347,7 +347,7 @@ bricks.Form = class extends bricks.FormBase { this.add_widget(filler); this.nontextfields = []; this.textfields = []; - this.opts.fields.forEach((f) => { + this.options.fields.forEach((f) => { if (f.uitype == 'text'){ this.textfields.push(f); } else {