Steps to reproduce:
- Run the sample project.
- Click the "Select File" button.
- Change the filter of the "Open" dialog to "All Files (*.*)".
- Upload a ".jpg" or ".png" file.
Expected results:
The SelectedFilesChanged event is triggered.
Current results:
The SelectedFilesChanged event does not trigger.
Additional information:
If the AllowedFileExtensions property is added and set to the same list as the AcceptedFileTypes property, the SelectedFilesChanged event triggers.