#pilly_error

1 messages ¡ Page 1 of 1 (latest)

pure ermineBOT
#

👋 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.

fluid pine
#

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

thin veldt
#

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?

pure ermineBOT
fluid pine
#
    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' },
            },
        },
    })```
next condor
#

Hi there - I'll be taking over for solanum

fluid pine
#

it flickers the postcode on there too

next condor
#

when you say that about the docs page, do you mean specifically switching between card and PayPal?

fluid pine
#

yup

#

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

next condor
#

That's interesting. I do not get the same behavior on the docs page.

#

What browser/version are you on?

fluid pine
#

Chrome Version 148.0.7778.179 (Official Build) (arm64)

next condor
#

Ok one of my teammates was able to see it

#

I'll report it to our Stripe.js folks

fluid pine
#

thanks!

next condor
#

@fluid pine if you're still around, do you happen to have any settings in chrome that are reducing your animations active?

fluid pine
#

shouldn't be, anything in particular i should be looking for? hardware acceleration is on

#

doing it in an incognito window with plugins disabled too (not that i have many running, and mostly all of them are scoped to run on specific domains)