MaterialDesignExtensions
MaterialDesignExtensions copied to clipboard
SaveFileDialog extension is not taken in account
Hi,
I'm using SaveFileDialog. If I type a new file name (for SaveAs usage) without extension but I select an predefined extension in combo, ShowDialogAsync returns the string I type without predefined extension. Thanks
@maxmontgmx Did yout set the ForceFileExtensionOfFileFilter property of the arguments or the dialog control to true?
Sorry, I don't manage to reproduce this issue. If I manage, I will go back to this thread. Thanks