Skip to content

Conversation

NakataCode
Copy link
Contributor

  • Extended TypeScript interface: Added description? property to ListAccessibilityAttributes.growingButton
  • Added getter method: Implemented growingButtonAriaDescribedBy() that returns the description element ID when description is provided
  • Updated template: Added aria-describedby attribute and conditional hidden span with ui5-hidden-text class
  • Updated documentation: Enhanced JSDoc to document the new description property
  • Added Cypress test
  • Added test sample in List.html for manual verification

Example Usage:

list.accessibilityAttributes = {
  growingButton: {
    name: "Load more products",
    description: "This will load additional items from the catalog"
  }
};

Fixes: #12443

@ui5-webcomponents-bot
Copy link
Collaborator

ui5-webcomponents-bot commented Oct 10, 2025

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 10, 2025 08:34 Inactive
@NakataCode NakataCode marked this pull request as ready for review October 10, 2025 08:40
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview October 10, 2025 09:16 Inactive
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.

[List]: no accessible description for more button

3 participants