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(ui5-select): prevent close event from bubbling to parent components #9949

Closed
wants to merge 1 commit into from

Conversation

NakataCode
Copy link
Contributor

Issue: The close event from a ui5-select inside other components (such as dialogs or popovers) would incorrectly bubble up, triggering the parent component's close event.

Solution: Stopped the close event from bubbling when the ui5-select is closed, ensuring only the select component handles its own close event.

Fixes: #9909

@NakataCode NakataCode marked this pull request as ready for review September 26, 2024 12:38
@NakataCode NakataCode closed this Oct 3, 2024
@NakataCode NakataCode deleted the select-close-event branch October 3, 2024 11:17
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.

Select close event handled in popover
1 participant