Start searching for long text string (e.g. city of chicago)
Try to scroll after a few letters have been typed
Observe inability to scroll
Options:
Limit auto-scroll event to occur only if a) a user clicks on a refinement, of b) a user clicks on an list item
Limit auto-scroll to occur only if a scroll is needed (e.g. leveraging existing scrollAnchor helper)
Look into adding debounce function for readyToSearchScrollPosition function or consider alternative location for that function outside search.on('render'... event
To reproduce:
city of chicago
)Options:
scrollAnchor
helper)Look into adding debounce function for
readyToSearchScrollPosition
function or consider alternative location for that function outsidesearch.on('render'...
event