Skip to content
New issue

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

fix(autocomplete): Stop event propagations on remove option #14303

Conversation

SoyDiego
Copy link
Contributor

@SoyDiego SoyDiego commented Dec 8, 2023

Fix #14300

If you are using AutoComplete inside a overlayPanel, when removes the autocomplete option, it close the overlayPanel because is propaganding events.

CURRENTLY

overlay problem

AFTER SOLUTION

overlaypanel fixed

Copy link

vercel bot commented Dec 8, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
primeng ⬜️ Ignored (Inspect) Visit Preview Dec 8, 2023 10:01am

@cetincakiroglu cetincakiroglu merged commit 93fcc69 into primefaces:master Dec 8, 2023
3 checks passed
@SoyDiego SoyDiego deleted the fix-autocomplete-stop-events-propagation branch December 8, 2023 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Removing an item from autocomplete closes p-OverlayPanel
2 participants