We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The ListItem class has a _level property that was introduced for private usage from the SideNavigationItemPopoverContent Initial implementation #5877
_level
The usage was later removed, but the property remained with the following change: #6045
It seems safe to remove the property in the ListItem as it was introduced as private and has no other usages in the project.
ui5-li
main
The text was updated successfully, but these errors were encountered:
Hello @SAP/ui5-webcomponents-topic-p,
please take a look of this request/improvement.
Best Regards, Nikolay Hristov
Sorry, something went wrong.
fix(ui5-list): removed _level property (#8089)
d0bc9eb
Fixes: #8047 _level property is removed from ui5-li, since it is no longer used. Also, import of 'Integer' is removed, since it is not used as well.
9e7044e
yanaminkova
Successfully merging a pull request may close this issue.
Bug Description
The ListItem class has a
_level
property that was introduced for private usage from the SideNavigationItemPopoverContentInitial implementation #5877
The usage was later removed, but the property remained with the following change:
#6045
It seems safe to remove the property in the ListItem as it was introduced as private and has no other usages in the project.
Affected Component
ui5-li
UI5 Web Components Version
main
The text was updated successfully, but these errors were encountered: