want to disable a save button based on empty que #1213
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
basically i'm looking for an onRemove() callback so i know when a file(s) are removed. simply want to enable/disable a save button based on if files are present for uploading...
resolved by
[disabled]="uploader?.queue?.length === 0"