From e8647552cfcaac402d9b727a1a583ff3ca14a77d Mon Sep 17 00:00:00 2001 From: Alex Carpenter Date: Fri, 14 Mar 2025 15:32:38 -0400 Subject: [PATCH 1/2] fix(clerk-js): CheckoutForm select placement and option color --- .../clerk-js/src/ui/components/Checkout/CheckoutForm.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/clerk-js/src/ui/components/Checkout/CheckoutForm.tsx b/packages/clerk-js/src/ui/components/Checkout/CheckoutForm.tsx index 2d6cb7e122d..2e8e1626242 100644 --- a/packages/clerk-js/src/ui/components/Checkout/CheckoutForm.tsx +++ b/packages/clerk-js/src/ui/components/Checkout/CheckoutForm.tsx @@ -191,6 +191,7 @@ const PaymentSourceMethods = ({ const paymentSource = paymentSources.find(source => source.id === option.value); setSelectedPaymentSource(paymentSource); }} + portal > {/*Store value inside an input in order to be accessible as form data*/} )} - + ({ + paddingBlock: t.space.$1, + color: t.colors.$colorText, + })} + />