- Issue created by @prudloff
The ID of the autocomplete is based on the facet ID, this can cause problems if the same facet is placed multiple times in the same page.
The ID should be unique to avoid conflicts.
We could use Html::getUniqueId() for this.
It could also help with 🐛 drupalSettings are never removed after AJAX request Active (because getUniqueId() returns a random unique ID in AJAX requests).
Active
2.2
Code