Skip to content

fix(ui5-multi-combobox): open overflow popover on Enter in readonly mode#13450

Open
ivoplashkov wants to merge 1 commit intomainfrom
fix/multicombobox-readonly-enter-popover
Open

fix(ui5-multi-combobox): open overflow popover on Enter in readonly mode#13450
ivoplashkov wants to merge 1 commit intomainfrom
fix/multicombobox-readonly-enter-popover

Conversation

@ivoplashkov
Copy link
Copy Markdown
Contributor

When the focus is on the input of a readonly MultiComboBox, pressing Enter now opens the tokenizer overflow popover to show all tokens.

Fixes: #13445

When the focus is on the input of a readonly MultiComboBox, pressing
Enter now opens the tokenizer overflow popover to show all tokens.

Fixes #13445
@ui5-webcomponents-bot
Copy link
Copy Markdown
Collaborator

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview May 4, 2026 06:11 Inactive
@nikoletavnv nikoletavnv self-requested a review May 7, 2026 07:50
Copy link
Copy Markdown
Contributor

@nikoletavnv nikoletavnv left a comment

Choose a reason for hiding this comment

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

When I press ENTER in readonly multocombobox, the popover opens and the first token is focused. This is expected behavior. But then, after I close the popover by pressing ESC button, the last token gets focused. I would expect:

  • either the same token to be focused as in the list (this is the first token )
  • or the focus to go back to the whole multicombobox ( the starting point)

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.

[MultiComboBox]: Overflow Popover does not appear

3 participants