You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cetincakiroglu
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Discussion
Issue or pull request needs to be discussed by Core Team
labels
Dec 23, 2024
Thanks for reporting the issue, it seems that there is a typo leftover from component rework, showCloseIcon is not used anywhere in the component, and the component doesn't have a button with close functionality at all. The proper solution to pass close function by closeCallback context variable with content template.
Describe the bug
p-popover #op [showCloseIcon]="true"
showCloseIcon seem isn't working
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/mvjlrclu?file=package.json,src%2Fapp%2Fimports.ts,src%2Fapp%2Fpopover-basic-demo.html
Environment
Angular version
18.2.12
PrimeNG version
v18 (LTS Only)
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
Click button toggle
Expected behavior
Pop over will be open but without old prime ng close icon
The text was updated successfully, but these errors were encountered: