react-native-element-dropdown icon indicating copy to clipboard operation
react-native-element-dropdown copied to clipboard

scrollToIndex out of range

Open kreondev opened this issue 2 years ago • 10 comments

I have more than 500 objects' data in the Dropdown, and when I try to search for data, it crashes. The error log is provided below.

Invariant Violation: scrollToIndex out of range: requested index 260 is out of 0 to 130, js engine: hermes

kreondev avatar Jul 26 '23 11:07 kreondev

Having the same issue

harshpatel-raadhe avatar Aug 05 '23 11:08 harshpatel-raadhe

yes reslove this

Punith-goud avatar Aug 28 '23 12:08 Punith-goud

I have more than 500 objects' data in the Dropdown, and when I try to search for data, it crashes. The error log is provided below.

Invariant Violation: scrollToIndex out of range: requested index 260 is out of 0 to 130, js engine: hermes

did you sloved this ?

Punith-goud avatar Aug 28 '23 12:08 Punith-goud

Having a similar issue with the Search dropdown. Please suggest

amarnyayapati avatar Sep 21 '23 09:09 amarnyayapati

@hoaphantn7604 Please help in resolving this issue

monica-boga avatar Sep 30 '23 05:09 monica-boga

Same problem here. Maybe I will try to fork later in order to solve it.

arthuralbarelli avatar Oct 23 '23 13:10 arthuralbarelli

Experiencing the same issue when searching for an item

maniteja-emmadi avatar Nov 03 '23 15:11 maniteja-emmadi

Please help in resolving this issue

vaishnaviReyna avatar Dec 26 '23 07:12 vaishnaviReyna

Having same issue

HariharanT99 avatar Jan 18 '24 12:01 HariharanT99

add autoScroll={false}

ThanSau1105 avatar Feb 02 '24 09:02 ThanSau1105