We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I use ngf-pattern="'image/'" and ngf-accept="'image/'", files with upper case extensions are ignored. I noticed this on Ubuntu OS.
The text was updated successfully, but these errors were encountered:
This is still an issue. Any update?
Sorry, something went wrong.
ngf-accept will just map to the normal html file input accept attribute so it is browser specific implementation. ngf-pattern is case insensitive.
ngf-accept
accept
ngf-pattern
No branches or pull requests
When I use ngf-pattern="'image/'" and ngf-accept="'image/'", files with upper case extensions are ignored. I noticed this on Ubuntu OS.
The text was updated successfully, but these errors were encountered: