Skip to content

Commit

Permalink
fix(metadata): implement $$widgetType for Facet Dropdown with IS.js (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienMotte authored Oct 12, 2022
1 parent 5ec145e commit 67fd4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instantsearch.js/facet-dropdown/src/Dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export function createDropdown(
// Return a modified version of the widget
return {
...widget,
$$widgetType: 'cmty.facetDropdown',
init: (options) => {
const rootElem = document
.querySelector(widgetParams.container)
Expand Down

0 comments on commit 67fd4b5

Please sign in to comment.