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-menu): handle late component definition #11049

Open
wants to merge 1 commit into
base: release-1.24
Choose a base branch
from

Conversation

ilhan007
Copy link
Member

In some cases the SelectMenu is discovered by id or reference, but its definition is not completed, and some accessors are not yet available but called from the Select, leading to a JS error in this.selectOptions.find(..) (this.selectOptions returns undefined, because menu.options is undefined)

Screenshot 2025-03-10 at 19 37 48

Fixes: #11019

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.

1 participant