This commit is contained in:
yumoqing 2024-07-27 16:54:14 +08:00
parent a81bbd456b
commit 300ac50050

View File

@ -258,7 +258,7 @@ bricks.LlmIO = class extends bricks.VBox {
var fopts = {
fields:this.input_fields
};
var fw = new bricks.Form(fopts);
var fw = new bricks.InlineForm(fopts);
fw.bind('submit', this.handle_input.bind(this));
this.i_w.add_widget(fw);
}