-
Notifications
You must be signed in to change notification settings - Fork 265
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
ui5-combobox-item: getDomRef()
returns undefined
#8841
Comments
Hello @ui5-webcomponents-topic-rl, Can you please check if the abstract ComboBoxItem should have DOM ref or not. If it should, please check why it is undefined. Best Regards, |
thanks for processing this issue.
|
* fix(ui5-cb-item): return the DOM reference of the list item fixes: #8841
* fix(ui5-cb-item): return the DOM reference of the list item fixes: #8841
Bug Description
When calling the
getDomRef
method of an ComboBoxItem, it doesn't return the element inside the shadow root, butundefined
.Affected Component
ComboBoxItem
Expected Behaviour
No response
Isolated Example
https://stackblitz.com/edit/js-k4ebjr?file=index.js,index.html
Steps to Reproduce
Log Output, Stack Trace or Screenshots
No response
Priority
None
UI5 Web Components Version
1.24.0
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: