Skip to content

Commit 67fd4b5

Browse files
authored
fix(metadata): implement $$widgetType for Facet Dropdown with IS.js (#410)
1 parent 5ec145e commit 67fd4b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

instantsearch.js/facet-dropdown/src/Dropdown.js

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export function createDropdown(
8585
// Return a modified version of the widget
8686
return {
8787
...widget,
88+
$$widgetType: 'cmty.facetDropdown',
8889
init: (options) => {
8990
const rootElem = document
9091
.querySelector(widgetParams.container)

0 commit comments

Comments
 (0)