-
Notifications
You must be signed in to change notification settings - Fork 273
feat(ui5-li-custom, ui5-li, ui5-li-groupheader): add accessibleName property #3269
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
Conversation
Works fine with screen readers and looks good from accessibility POV. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor docs to be fixed.
I was wondering why do you add the property to StandardListItem & CustomListItem as they extend ListItem and borrow the property?
Hi @fifoosid , We add this property to each component because it is not confirmed to other components that extends the ListItem. We are doing this to not affect them. |
Added new accessibleName attribute which allows to have additional custom information of each list item.
Closes: #3014