atomic-search-box-recent-queries

This is for:

Developer
In this article

The atomic-search-box-recent-queries component can be added as a child of an atomic-search-box component, allowing for the configuration of recent query suggestions.

Properties

Property Attribute Description Type Default

maxWithQuery

max-with-query

The maximum number of suggestions that will be displayed if the user has typed something into the input field.

number

3

maxWithoutQuery

max-without-query

The maximum number of suggestions that will be displayed initially when the input field is empty.

number | undefined