This commit is contained in:
yumoqing 2025-09-28 15:59:09 +08:00
parent 1006a45a08
commit fb7ceb2e35

View File

@ -522,7 +522,7 @@ bricks.UiFile = class extends bricks.VBox {
if (this.opts.accept && f.type.startsWith(this.opts.accept)){
files.push(f);
}
});
};
if (this.opts.multiple){
this.value = files;
this.set_input_file(files);