Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

fix: FileUpload component now removes files with single click#8034

Merged
melloware merged 5 commits into
primefaces:masterfrom
shikhar-4739:fix/file-upload-click-issue
May 25, 2025
Merged

fix: FileUpload component now removes files with single click#8034
melloware merged 5 commits into
primefaces:masterfrom
shikhar-4739:fix/file-upload-click-issue

Conversation

@shikhar-4739

Copy link
Copy Markdown
Contributor

Fixes #8033

the FileUpload component required double-clicking on the remove icon to delete a file. The first click was only removing focus from the choose button instead of performing the removal action.
now managing focus state properly after file selection, the component now correctly removes files with a single click on the remove icon.

@melloware melloware merged commit e32fad7 into primefaces:master May 25, 2025
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

File Upload: Remove icon only works with double click when using removeIcon prop

2 participants