Search Autofill

Default

Example:

Config:

{
  "className": null,
  "searchList": [
    {
      "title": "ETFs",
      "cta": {
        "label": "View All",
        "to": "#"
      },
      "linkList": [
        {
          "label": {
            "type": "ANEW",
            "name": "MSCI Transformational Changes ETF"
          },
          "to": "#",
          "ticker": true
        },
        {
          "label": {
            "type": "QQQA",
            "name": "Nasdaq-100 Dorsey Wright Momentum ETF"
          },
          "to": "#",
          "ticker": true
        },
        {
          "label": {
            "type": "ONLN",
            "name": "Online Retail ETF"
          },
          "to": "#",
          "ticker": true
        },
        {
          "label": {
            "type": "SPXN",
            "name": "S&P 500 Ex-Finanicals & Real Estate ETF"
          },
          "to": "#",
          "ticker": true
        },
        {
          "label": {
            "type": "NOBL",
            "name": "S&P 500 Dividend Aristocrats ETF"
          },
          "to": "#",
          "ticker": true
        }
      ]
    },
    {
      "title": "Strategies",
      "cta": {
        "label": "View All",
        "to": "#"
      },
      "linkList": [
        {
          "label": "Thematic Investing",
          "to": "#"
        },
        {
          "label": "Retail Distruption",
          "to": "#"
        }
      ]
    },
    {
      "title": "Insights",
      "cta": {
        "label": "View All",
        "to": "#"
      },
      "linkList": [
        {
          "label": "The Nasdaq-100 and the New Economy",
          "to": "#"
        },
        {
          "label": "A Year of Transformational Change, Part Three: The Food Revolution",
          "to": "#"
        },
        {
          "label": "A Year of Transformational Change, Part Two: The Digital Consumer",
          "to": "#"
        },
        {
          "label": "A Year of Transformational Change, Part One: E-Commerce",
          "to": "#"
        }
      ]
    }
  ]
}