byteburgers / react-native-autocomplete-input

Pure javascript autocomplete input for react-native
https://byteburgers.com/autocomplete
MIT License
818 stars 255 forks source link

Autocomplete inside scrollview #203

Closed smervs closed 2 years ago

smervs commented 3 years ago

Still got a console error using autocomplete v5 and react native 0.64

Is there any way to remove the warning? Thank you.

jaydeepk3 commented 3 years ago

I got the same issue

amin79 commented 3 years ago

I have also the same problem. Even with "nestedScrollEnabled" it does not work.

avesgit commented 3 years ago

Same problem

SqueezedLight commented 3 years ago

Any solutions? I'm facing the same problem...

stale[bot] commented 2 years ago

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

nikopolidi commented 2 years ago

no it's not fixed

xegulon commented 2 years ago

Yeah, I'd like to have a solution for this issue also.

rohitshelhalkar commented 2 years ago

same problem on ios console.error: VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead.

Any solutions?

MarinaArimany commented 8 months ago

Have you found a solution to this problem? Thanks