os-js / osjs-dialogs

OS.js Dialogs Module
https://manual.os-js.org/v3/
Other
4 stars 7 forks source link

Add support for selecting folders in file dialog #3

Closed andersevenrud closed 5 years ago

andersevenrud commented 5 years ago

As of now you can only select files in the "file" dialog. Needs to support an option for this.

andersevenrud commented 5 years ago

@hanswurmwurst I have now added support for selecting directories :)

core.make('osjs/dialog', 'file', {
  filetype: 'directory' // New option
}, (button, file) => {
});
andersevenrud commented 5 years ago

npm update @osjs/dialogs