dioxus
dioxus copied to clipboard
Linux下无法选择文件
input {
r#type: "file",
multiple: true,
directory: true,
onchange: move |evt|{
info!("{}", evt.value());
},
}
这是我的代码。在0.5.0-alpha.0下是可以选择文件的。升级到0.5.0后,无法选择文件。