This commit is contained in:
yumoqing 2026-03-05 15:44:18 +08:00
parent b6dddbef44
commit 681ec50159

View File

@ -407,7 +407,8 @@ bricks.UiFile = class extends bricks.VBox {
}
reset(){
var v = this.opts.value || this.opts.defaultvalue||'';
this.setValue(v);
this.value = '';
this.input.value = '';
}
handleFileSelect(event){
var files = [];