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

fix(file-uploader-item): fix "delete" event regression #1268

Merged
merged 1 commit into from
Apr 28, 2022

Conversation

metonym
Copy link
Collaborator

@metonym metonym commented Apr 28, 2022

Fixes #1267

FileUploaderItem with an "edit" status should dispatch a "delete" event when clicking the close icon.
#1227 refactored icons to use Carbon icons v11 instead of v10. A breaking change is that events are not forwarded to the SVG elements.

The solution is to wrap the icon in an interactive element, which is a button in this case.

@metonym metonym merged commit 564f25d into master Apr 28, 2022
@metonym metonym deleted the fix-file-uploader-item branch April 28, 2022 14:30
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

Successfully merging this pull request may close these issues.

Bug: FileUploaderItem on:delete event not firing...
1 participant