How can I mount a virtual search box with a CDN ? October 27, 2023 13:32 Updated const search = instantsearch({...})// ...const virtualSearchBox = connectSearchBox(() => {});search.addWidgets([ virtualSearchBox({})]) Related articles How can I change the reset-icon of the search-box if I use the default scope to override the complete DOM output of the widget? How do I access data stored in an array? How can I add more logic to the rendered output of my hits response?
const search = instantsearch({...})// ...const virtualSearchBox = connectSearchBox(() => {});search.addWidgets([ virtualSearchBox({})])