Skip to content
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

Output Event overlap #127

Open
stuzfuz opened this issue May 30, 2024 · 1 comment
Open

Output Event overlap #127

stuzfuz opened this issue May 30, 2024 · 1 comment

Comments

@stuzfuz
Copy link

stuzfuz commented May 30, 2024

If you use the “fileAdded” output event, the “uploadSuccess” output event is no longer triggered, i.e. it is overwritten or prevented from being executed.

Here is an example:

<ngx-awesome-uploader
                      [adapter]=“adapter”
                      [uploadType]=“‘single’”
                      [showPreviewContainer]=“false”
                      [enableCropper]=“true”
                      [fileMaxSize]=“10”
                      [accept]=“‘image/*’”
                      [enableAutoUpload]=“true”
                      (uploadSuccess)=“uploadSuccess($event)”
                      (validationError)=“onValidationError($event)”
                      (fileAdded)=“fileSelected($event)”
                    >
                    </ngx-awesome-uploader>

Without "fileAdded" the "uploadSuccess" Event is triggered.

@stuzfuz
Copy link
Author

stuzfuz commented Jun 3, 2024

@vugar005 any ideas how to fix that (bug)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant