Skip to content

chore(ui5-combobox): improve accessibility when items are loaded with delay - #13930

Open
nikoletavnv wants to merge 9 commits into
mainfrom
cb-lazy-load-poc
Open

chore(ui5-combobox): improve accessibility when items are loaded with delay#13930
nikoletavnv wants to merge 9 commits into
mainfrom
cb-lazy-load-poc

Conversation

@nikoletavnv

@nikoletavnv nikoletavnv commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

The change enhances screen reader announcement when a loading of items starts and ends. It also introduces a new event 'load-items' that users can use in order to set the ui5-combobox component in a loading state while items are created/fetched by the application.

JIRA: BGSOFUIRILA-4491

@sap-ui5-webcomponents-release

Copy link
Copy Markdown

@cla-assistant

cla-assistant Bot commented Aug 15, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@ivoplashkov ivoplashkov left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. I think we should remove the second example from the playground "Load all on open, filter on the client". I don't think it brings value that the other two samples don't. Also it has an issue if you open the picker with [Alt] + [Down], then [ArrowDown] to select an item and type "D", list get refreshed and items are doubled.
  2. When the initial load of the items happens (sample in playground), when i start typing, value is autocompleted and at the same time loading is shown which indicates that the items are being loaded. Should we fix this in the sample?

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.

2 participants