#teo_unexpected
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1307999359266324570
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
Hii!
I'll need a few minutes to try to reproduce this on my end.
can you share the options you are using with the Address Element?
fields: { phone: 'always' },
validation: { phone: { required: 'never' } },
and the mode?
mode: 'shipping',
About the options, I found it to not work with both, phone 'never' and 'auto'
The only options that works and retrieves/saves the phone, is 'required: always'
when I try this
fields: { phone: 'always' },
validation: { phone: { required: 'never' } },
I don't see any phone field in the Address Element. do you?
Yes I see it! It's at the bottom of the element usually
It actually appears after I start to type in the first letters in the name field
Before typing I only see three fields
Thanks!
If you need to check our test environment, you can access it at https://pwa-master-dev.qwertee.com/
give me a few minutes
unfotunately I have issues to try to reproduce this. I recommend asking Stripe support directly, they will have more time to investigate this: https://support.stripe.com/contact
make sure to include relevant information, like your frontend code, reproduction URL, what you expected to see and what you saw instead, etc.