Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to 0.72 #87

Open
mybigopenbox opened this issue Jul 6, 2023 · 3 comments
Open

Upgrade to 0.72 #87

mybigopenbox opened this issue Jul 6, 2023 · 3 comments

Comments

@mybigopenbox
Copy link

It seems that the filtered items do not appear. I have tried override with zIndex and this didn't fix it.
Even if I use data (as below) within AutocompleteDropdown.
These were tested in a vanilla boilerplate build, e..g npx react-native init x1
However, Flatlist seem to be ok, such as
const data = [
{ id: '1', name: 'Item 1' },
{ id: '2', name: 'Item 2' },
{ id: '3', name: 'Item 3' },
// Add more items as needed
];
const renderItem = ({ item }) => (

{item.name}

);

<View style={{zIndex:1,flex:1, backgroundColor:'orange'}}>
<FlatList
data={data}
keyExtractor={(item) => item.id}
renderItem={renderItem}
/>

</View>
@longntv
Copy link

longntv commented Sep 16, 2023

I'm facing this issue, is there any solution?

@scribblink
Copy link

Did anyone find a solution to this issue. i am running into it now

@onmotion
Copy link
Owner

onmotion commented Jan 1, 2024

Please post a minimal code snippet to reproduce the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants