I would appreciate some help or advice please. Theme is Turbo from Out of the Sandbox. When autocomplete is enabled Search works perfectly on desktop but is broken on mobile. On mobile the search box accepts entry but capitalizes it and there is no search action.
When autocomplete is not enabled, search functions as expected on both desktop and mobile.
The only theme change recently was installing Google Tag Manager. I’ve tested earlier versions of the theme and the problem was there before GTM.
I’m guessing that this must be a theme problem rather than a Shopify problem or other people would have flagged it.
Thank you in advance for any suggestions.
In case it helps, the bit of code that might be at the root of this is search-form.liquid…
{% if type == ‘block’ %}
{%- assign search_term = block.settings.search_term -%}
{% else %}
{%- assign search_term = section.settings.search_term -%}
{% endif %}