Displaying only files with FileBrowserComponent?

Hello,

I’m trying to set up FileBrowserComponent to display only files without the subfolders; I’m using appropriate WildcardFileFilter subclass (with bool isDirectorySuitable(const juce::File &file) const override { return false; }).
Are there any ways to do this without making a custom component?

JUCE 7.0.9 / iOS 17

Thanks!