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

Alpha Filter not lined up with flatlist #498

Open
rdemar333 opened this issue Dec 12, 2022 · 0 comments
Open

Alpha Filter not lined up with flatlist #498

rdemar333 opened this issue Dec 12, 2022 · 0 comments

Comments

@rdemar333
Copy link

rdemar333 commented Dec 12, 2022

Issue Description

The alpha filter is not lined up wit the FlatList current location.

Steps to Reproduce / Code Snippets

<CountryPicker withFilter withAlphaFilter withCountryNameButton onSelect={(selected) => [ setNewField(selected.name), setNewCountryCode(selected.cca2), ]} countryCode={newCountryCode} containerButtonStyle={ newField ? styles.flagSelection : styles.flagSelectionPlaceHolder } placeholder={ <Text style={{ fontSize: 14, color: "gray" }}> {user && user.country} </Text> } />

Expected Results

40585272-094f817a-61b0-11e8-9668-abff0aeddb0e

Dark mode not necessary

Additional Information

  • Nodejs version: 16.15.1
  • React version: 18.1.0
  • React Native version: 0.70.5
  • react-native-country-picker-modal version: 2.0.0
  • Platform(s) (iOS, Android, web, or all?): Andoird, iOS
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