Is your feature request related to a problem? Please describe.
When I attempt to save some data using dialog.save I am missing the ability to set a default file name. This is feature is present in other applications.
Describe the solution you'd like
The ability to set a default file name, presumably as part of the dialog.savedialogoptions.
Describe alternatives you've considered
Using an a tag with the download attribute set and the href attribute pointing to a blob: URL. However this doesn't work currently, as detailed here.
Additional context
As an example, in Chrome, when attempting to "Save link as..." the dialog.ts:61 link, I get the following.

I first posted this as a discussion question (#2226) but it seems to be actually a feature request.
Is your feature request related to a problem? Please describe.
When I attempt to save some data using
dialog.saveI am missing the ability to set a default file name. This is feature is present in other applications.Describe the solution you'd like
The ability to set a default file name, presumably as part of the
dialog.savedialogoptions.Describe alternatives you've considered
Using an
atag with thedownloadattribute set and thehrefattribute pointing to ablob:URL. However this doesn't work currently, as detailed here.Additional context
As an example, in Chrome, when attempting to "Save link as..." the dialog.ts:61 link, I get the following.
I first posted this as a discussion question (#2226) but it seems to be actually a feature request.