Home > widget-integration > SearchSettings > suggestionMobileStyle

SearchSettings.suggestionMobileStyle property

Mobile suggestion style.

No longer returned by the admin API. Can be provided by the Liquid template (e.g. {% assign suggestionMobileStyle = 'style2' %} serialised into the block settings JSON) to force dropdown style on mobile/tablet.

Omitted (or 'style1') → full-width overlay on mobile/tablet. 'style2' → dropdown style on mobile/tablet.

Signature:

suggestionMobileStyle?: "style1" | "style2";