Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: add aria-expanded to payment methods
  • Loading branch information
rquartararo committed Mar 5, 2026
commit 5f374941a4db80b8a3e37e3251036bcebf16bda5
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const SavedPaymentMethodOption: React.FC<
width="100%"
style={{ cursor: "pointer", appearance: "none", textAlign: "left" }}
onClick={onSelect}
aria-expanded={isSelected}
>
<HoverFlex alignItems="center">
<HoverIcon />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const WireTransferOption: React.FC<WireTransferOptionProps> = ({
width="100%"
style={{ cursor: "pointer", appearance: "none", textAlign: "left" }}
onClick={onSelect}
aria-expanded={isSelected}
data-testid="PaymentFormWire"
>
<HoverFlex alignItems="center">
Expand Down