spiegelp / MaterialDesignExtensions

Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
https://spiegelp.github.io/MaterialDesignExtensions/
MIT License
754 stars 122 forks source link

SaveFileDialog extension is not taken in account #71

Open maxmontgmx opened 4 years ago

maxmontgmx commented 4 years ago

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

spiegelp commented 4 years ago

@maxmontgmx Did yout set the ForceFileExtensionOfFileFilter property of the arguments or the dialog control to true?

maxmontgmx commented 4 years ago

Sorry, I don't manage to reproduce this issue. If I manage, I will go back to this thread. Thanks