VirtualScroller.scrollToIndex programming error #1610
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
I am encountering some issues in my attemps to use the VirtualScroller within an autocomplete (see #1597, #1601), but one ovious bug in the code is highlighted in the screenshot below: on line 394, the
this.first
state will be set toundefined
as the local variablenewFirst
is a simple integer. This leads subsequently to some strange behaviour in that componentThe text was updated successfully, but these errors were encountered: