Skip to content

poc(ui5-combobox): add noAutoSelection property#13560

Draft
ndeshev wants to merge 1 commit into
mainfrom
poc/combobox-no-auto-selection
Draft

poc(ui5-combobox): add noAutoSelection property#13560
ndeshev wants to merge 1 commit into
mainfrom
poc/combobox-no-auto-selection

Conversation

@ndeshev
Copy link
Copy Markdown
Contributor

@ndeshev ndeshev commented May 20, 2026

When enabled, typing does not auto-select matching items. Selection only occurs on explicit user action (Enter key, click, or keyboard navigation). This gives apps full control over when selection is applied.

noAutoSelection behavior:

  • Typing: no selection-change (typeahead doesn't select)
  • Arrow keys: selection-change fires (navigating selects items)
  • Enter: change event fires (confirms the selection)
  • Click: selection-change fires

JIRA: BGSOFUIRILA-4446

Related to #12727

When enabled, typing does not auto-select matching items.
Selection only occurs on explicit user action (Enter key, click,
or keyboard navigation). This gives apps full control over when
selection is applied.
@ui5-webcomponents-bot
Copy link
Copy Markdown
Collaborator

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview May 20, 2026 11:24 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.

2 participants