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
I'm testing actually using the DEMO in Angular 15
Generally the drop zone accept when dropping any format, folder and multiples regardless whats configured.
But when showBrowseBtn is enabled then the configured rules are working within the File Selection window. Except format.
showBrowseBtn
When I set e.g. accept=".pdf" as format I can select everything. If I set accept="application/pdf" it's working for the file window.
accept=".pdf"
accept="application/pdf"
But as explained all is not applied on the Drag&Drop itself.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm testing actually using the DEMO in Angular 15
Generally the drop zone accept when dropping any format, folder and multiples regardless whats configured.
But when
showBrowseBtn
is enabled then the configured rules are working within the File Selection window.Except format.
When I set e.g.
accept=".pdf"
as format I can select everything. If I setaccept="application/pdf"
it's working for the file window.But as explained all is not applied on the Drag&Drop itself.
The text was updated successfully, but these errors were encountered: