-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a filter that allows everything #211
Comments
I have the same need. To me if the user never calls |
Sounds reasonable, I agree. The fact that it does not act like this is a bug IMO. |
You have not stated your platform, so I'll have to assume that fixing it on Windows in #224 fixed it for you. |
One feature which is common in file pickers is to have a filter that doesn't actually filter anything. This usually is the last filter, used in case the user wants to load a file the application isn't expecting.
This features does not appear possible using this library. I suggest changing the
add_filter
to take an optional list, or making a new structure for filters, which a to-string list can be.into()
'ed into.The text was updated successfully, but these errors were encountered: