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
Hi,
Growl doesn't call the onClear method because the onClick eventhandler of the close button calls the remove function.
primereact/src/components/growl/Growl.js
Line 88 in e37db7e
Seems that Messages does it right.
primereact/src/components/messages/Messages.js
Line 61 in e37db7e
Is this a known issue? I can't find anything about it in the documentation or in the github issues.
The text was updated successfully, but these errors were encountered:
e8eb771
Aligned with PrimeNG now, instead use onClose.
Sorry, something went wrong.
cagataycivici
No branches or pull requests
Hi,
Growl doesn't call the onClear method because the onClick eventhandler of the close button calls the remove function.
primereact/src/components/growl/Growl.js
Line 88 in e37db7e
Seems that Messages does it right.
primereact/src/components/messages/Messages.js
Line 61 in e37db7e
Is this a known issue? I can't find anything about it in the documentation or in the github issues.
The text was updated successfully, but these errors were encountered: