bugfix
This commit is contained in:
parent
1006a45a08
commit
fb7ceb2e35
@ -522,7 +522,7 @@ bricks.UiFile = class extends bricks.VBox {
|
|||||||
if (this.opts.accept && f.type.startsWith(this.opts.accept)){
|
if (this.opts.accept && f.type.startsWith(this.opts.accept)){
|
||||||
files.push(f);
|
files.push(f);
|
||||||
}
|
}
|
||||||
});
|
};
|
||||||
if (this.opts.multiple){
|
if (this.opts.multiple){
|
||||||
this.value = files;
|
this.value = files;
|
||||||
this.set_input_file(files);
|
this.set_input_file(files);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user