Autocomplete Bar / Position - Left / Right

Position - Left / Right

The autocomplete widget results list is absolute positioned right to the search bar by default. Most shops have their autocomplete bar at the top right of the page. If you would like your autocomplete search bar at the top left, you will need to change the position below to 'left' so that the results do not disappear off the left edge of the page.

SX Type Field Subfields Allowed Values
autocomplete display position right (default), left


 

Search X Autocomplete Bar

~CE

<script>
  window.sx_autocomplete = {
    options: {
      display: {
        position: 'right'
      }
    }
  }
</script>
HTML