bugfix
This commit is contained in:
parent
44e1653223
commit
77f81b7328
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user