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

DropDown in FlatList #275

Open
gkasireddy202 opened this issue Dec 22, 2021 · 0 comments
Open

DropDown in FlatList #275

gkasireddy202 opened this issue Dec 22, 2021 · 0 comments

Comments

@gkasireddy202
Copy link

MicrosoftTeams-image (6)

MicrosoftTeams-image (5)

I am having array like [{value:"Apple","desc":'iOS'},{value:"Google","desc":'android'}]
I need to show the object of array in first row in dropdown list not remaining rows.
When i select apple or google then that value is set to first row of dropdown and set second row value is empty.

this.handleDropDown(value, index)} data={[{value:"Apple","desc":'iOS'},{value:"Google","desc":'android'}]} itemColor="rgba(0, 0, 0, .87)" />

Thank you.

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

1 participant