We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The onClear() callback at fileUpload doesn't work for div><button type="button" icon="fa-close" pButton (click)="remove(i)"></button></div>
div><button type="button" icon="fa-close" pButton (click)="remove(i)"></button></div>
<p-fileUpload chooseLabel="Choose a logo" (onSelect)="onSelectLogo($event)" (onClear)="onClear()" > </p-fileUpload> @component.... .... public onClear() { console.log('trigger') }
[X] feature request
Current behavior
it works only for cancel button Expected behavior
create a callback for this
The text was updated successfully, but these errors were encountered:
I can't reproduce, can you create a plunkr to help us?
Sorry, something went wrong.
Merge pull request #2853 from WebRota/feature-2852
4de355a
Feature #2822 file upload onItemClear callback
Changed PR to onRemove callback.
cagataycivici
No branches or pull requests
The onClear() callback at fileUpload doesn't work for
div><button type="button" icon="fa-close" pButton (click)="remove(i)"></button></div>
[X] feature request
Current behavior
it works only for cancel button
Expected behavior
create a callback for this
The text was updated successfully, but these errors were encountered: