We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec145e commit 67fd4b5Copy full SHA for 67fd4b5
instantsearch.js/facet-dropdown/src/Dropdown.js
@@ -85,6 +85,7 @@ export function createDropdown(
85
// Return a modified version of the widget
86
return {
87
...widget,
88
+ $$widgetType: 'cmty.facetDropdown',
89
init: (options) => {
90
const rootElem = document
91
.querySelector(widgetParams.container)
0 commit comments