#wojtekpanek_code
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/1395765274946441276
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- wojtekpanek_code, 32 minutes ago, 15 messages
Can you say more here? I'm not sure I understand. Whats the impact of what you're describing, since there is not input field for focus?
It seems like this is an indication of the selected card/payment method in the logged in link state, is that right?
yes, exactly - there is still —selected class on the PickerItem which I’d expect to be gone after blur
but if it’s tied directly to input interaction (which is not present in this particular state of the Element) than maybe my use case is just something that is not supported
alternatively it would be great to be able to pass any custom payment options so I won’t be forced to hack and pretend that PayPal is added manually at the end
alternatively it would be great to be able to pass any custom payment options so I won’t be forced to hack and pretend that PayPal is added manually at the end
Well have I ever got good news for you: https://docs.stripe.com/payments/payment-element/custom-payment-methods
wow! It has to be added recently because some time ago I was looking for this feature and it wasn’t possible
that simplifies my use case by a lot
is there a way to setup an Icon for custom option?
Hi, taking a look here as my teammate needs to step away
You can test this using your Sandbox account, https://docs.stripe.com/payments/payment-element/custom-payment-methods#create-cpm-in-dashboard
From testing this on my end, you can choose to one of the icons we already have. Or, you can used your own by clickin on 'Provide a custom name and icon '
perfect! thank you for assistance!