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
Converted from v16 OverlayPanel to v18 Popover. ShowCloseIcon is not working anymore. It used to be a round X over the corner of the overlay.
No response
https://stackblitz.com/edit/github-bqqgdogj?file=src%2Fapp%2Fapp.component.html
Angular 18 PrimeNG 18 with tailwind.css. WSL2 on windows. Easily reproduced on stackblitz template
18
v18 (LTS Only)
22.12.0
Chrome
Click on the PrimeNG button in the stackblitz template and observe the popover with no close button
A close button is added to the popover
The text was updated successfully, but these errors were encountered:
Documentation lists showCloseIcon input property, but the input doesn't exist in the implementation of the component.
Sorry, something went wrong.
cetincakiroglu
No branches or pull requests
Describe the bug
Converted from v16 OverlayPanel to v18 Popover. ShowCloseIcon is not working anymore. It used to be a round X over the corner of the overlay.
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/github-bqqgdogj?file=src%2Fapp%2Fapp.component.html
Environment
Angular 18 PrimeNG 18 with tailwind.css. WSL2 on windows. Easily reproduced on stackblitz template
Angular version
18
PrimeNG version
v18 (LTS Only)
Node version
22.12.0
Browser(s)
Chrome
Steps to reproduce the behavior
Click on the PrimeNG button in the stackblitz template and observe the popover with no close button
Expected behavior
A close button is added to the popover
The text was updated successfully, but these errors were encountered: