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

Add events emitted by OverlayPanel #1529

Merged
merged 1 commit into from
Oct 4, 2021

Conversation

shadoWalker89
Copy link
Contributor

@shadoWalker89 shadoWalker89 commented Sep 9, 2021

This PR adds the emits: ['show', 'hide'] to OverlayPanel component.
Without these vue will throw warnings in the console
Also in vue js docs, they encourage to add the emits
Also the IDE will benifit us developers when defining 'emits' because that will enable auto complete on the custom events as well

This PR adds the emits: ['show', 'hide'] to OverlayPanel component.
Without these vue will throw warnings in the console
Also in vue js docs, they encourage to add the emits
@tugcekucukoglu tugcekucukoglu merged commit 2a05640 into primefaces:master Oct 4, 2021
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.

None yet

2 participants