#pilly_error
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/1509242233600082103
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
the postcode input thats hidden is flickering when changing payment methods
tried to report it but the ai assistant gives me instructions that are not valid
hello! working through something else but will be with you shortly
ok just tried reproducing this on my own and i'm not seeing the same thing, so i think we need more info. can you share the payment surface you're using and the code you're using to create it?
e.g. is this the payment element, and if so what params are you passing in to the payment element creation request?
elements = stripe.elements({
mode: 'payment',
amount: props.total,
currency: 'gbp',
paymentMethodTypes: props.methods,
})
paymentElement = elements.create('payment', {
layout: {
type: 'accordion',
defaultCollapsed: false,
radios: 'never',
spacedAccordionItems: true,
},
fields: {
billingDetails: {
address: { country: 'never' },
},
},
})```
Hi there - I'll be taking over for solanum
you can see it on the default accordion example actually;
https://docs.stripe.com/payments/payment-element?locale=en-GB
it flickers the postcode on there too
when you say that about the docs page, do you mean specifically switching between card and PayPal?
yup
its not a crazy bug dont get me wrong but its there
post code is hidden and flickers visible when you switch between google pay
sorry, wasnt card and paypal on this page but any other method
That's interesting. I do not get the same behavior on the docs page.
What browser/version are you on?
Chrome Version 148.0.7778.179 (Official Build) (arm64)
thanks!
@fluid pine if you're still around, do you happen to have any settings in chrome that are reducing your animations active?