Adyen / adyen-react-native

Adyen React Native
https://docs.adyen.com/checkout
MIT License
45 stars 32 forks source link

Adyen Address Look Up Billing Address(manually) Country Field Android not selected #543

Open faizantariq1 opened 6 days ago

faizantariq1 commented 6 days ago

Describe the bug Open the 'Card' section, click on 'Billing Address', then select 'Enter your address manually'. (In the address visibility with 'lookup' mode). Inside Country/Region , on Android, it does not pre- select any value despite the country code being given. On iOS, it correctly selects the right country.

To Reproduce Steps to reproduce the behavior:

  1. Open card with addressVisibility: 'lookup'
  2. CountryCode should be other than first default selected dropdown country.
  3. you can see no country/region is selected.

Expected behavior it should select the pre-select value on android like ios.

Screenshots Android ScreenShot: Screenshot_20241029_135256

Smartphone (please complete the following information):

Android Simulator

descorp commented 5 days ago

Hey @faizantariq1

Thank you for feedback! This is missing feature on Android SDK side. We have added it to our backlog

faizantariq2 commented 5 days ago

thanks