Skip to content

[FeatureRequest]: selecting SearchItemShowMore shall create a search event with item parameter #12340

@oliverscheerersapcom

Description

@oliverscheerersapcom

Feature Request Description

The search field "Search" allows to display suggestion items "SearchItem". In case the user selects a suggestion a search event is triggerered and the "item" parameter points to the suggestion item (SearchItem).

This does not work for the "SearchItemShowMore".
In case the user selects a "SearchItemShowMore" suggestion no search event is raised.

In order to by notified it is possible to attach native event handlers for "click" or "keyboard" event.
This is cumbersome and also different to "SearchItem".
SearchItem and SearchItemShowMore are members of the same aggregation/slot “items”. They should behave the same.

Proposed Solution

In case "SearchItemShowMore" is selected by the user a search event shall be raised and the "item" parameter shall point to the "SearchItemShowMore" node.

Proposed Alternatives

No response

Organization

No response

Additional Context

No response

Priority

None

Privacy Policy

  • I’m not disclosing any internal or sensitive information.

Metadata

Metadata

Projects

Status

Completed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions