onCompleteItem doesn't have index in item #1189

Open
opened 2021-10-22 07:53:07 +00:00 by johnsonlin-mx51 · 0 comments
johnsonlin-mx51 commented 2021-10-22 07:53:07 +00:00 (Migrated from github.com)

I've done it like this but found index in item is undefined

this.uploader.onCompleteItem = (item, response, status, headers) => {
  console.log('onCompleteItem', item, status, headers);
};

image

Please let me know where I did wrong @valorkin 🙏 or is it an actual bug?

I've done it like this but found `index` in `item` is `undefined` ``` this.uploader.onCompleteItem = (item, response, status, headers) => { console.log('onCompleteItem', item, status, headers); }; ``` ![image](https://user-images.githubusercontent.com/91642712/138415705-57d2e3a9-e9d3-4f6b-93f3-ea03b7bc4bb7.png) Please let me know where I did wrong @valorkin 🙏 or is it an actual bug?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#1189