v5.0.0
The DOM structure changed a bit:
BEFORE:
suggestionsContainer
existed in the DOM only when suggestions existed.
AFTER:
Now, suggestionsContainer
always exists in the DOM.
This is useful when the suggestionsContainer
has a scroll bar, and you want to bind certain events to it.
Consequently, theme.sectionSuggestionsContainer
was removed in favor of the new theme.suggestionsList
.