#yabdab-elements

1 messages · Page 1 of 1 (latest)

eternal citrus
#

hi! do you have a way to reproduce this or a link to the page with the problem? We can try to help and have a look.

west venture
#

No, it is on my development machine running laravel valet. Could the local environment be the cause?

eternal citrus
#

hard to say, it would really depend on the exact page and code being used, nothing about it being on a local machine rather than a server would have any impact I would think

west venture
#

Yea, it is weird. The CSS is all there, but not being applied to the inputs. Usually happens on first load ( which unfortunately is the norm ).

#

I may just go back the reliable Card Element for now ¯_(ツ)_/¯

eternal citrus
#

we can definitely try to help if you can share some of the code you're using and some steps to try to reproduce

west venture
#

ok, will reply back with sandbox URL

#

Will send via DM

west venture
eternal citrus
#

do you write the code for this CartLoom platform or is that a plugin you're using?

#

looking at it my initial guess it might be something to do with the animation with how the PaymentElement is being placed in an accordion and expanded. maybe some kind of redraw problem or a timing/race condition

west venture
#

i am the developer for Cartloom. I will see if animation plays a part and get back to you. Thanks for your quick response 👍

eternal citrus
#

it's not a great answer but I'd be confident it would display correctly if the PaymentElement was mounted on page load without any accordions or dynamic components, but it is possible there's a poor interaction here. We'd have to try to set up a smaller reproduction to dig into it to isolate what might be the issue