MohamedRejeb / Calf

Calf is a library that allows you to easily create adaptive UIs and access platform specific APIs with Compose Multiplatform (Adaptive UI, File Picker, WebView, Permissions...).
https://mohamedrejeb.github.io/Calf/
Apache License 2.0
923 stars 41 forks source link

FilePicker: Multiple files #114

Open AmarMassoud opened 3 months ago

AmarMassoud commented 3 months ago

Opening the file picker using the Multiple FilePickerSelectionMode doesn't display the correct file picker, although it works when using Single

When using Single: image When using Multiple: image

MohamedRejeb commented 3 months ago

I will check this, I'm using the native windows file picker, so it should be the same.