Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking โ€œSign up for GitHubโ€, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PM-16265] Add missing credit card number pipe #12508

Merged
Merged
Changes from all commits
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
Add missing credit card number pipe
djsmith85 committed Dec 20, 2024
commit be4d2795ab057b04c6129666e36dafb7b3dfa10f
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ <h2 bitTypography="h6">{{ setSectionTitle }}</h2>
readonly
bitInput
type="password"
[value]="card.number"
[value]="card.number | creditCardNumber: cipher.card.brand"
aria-readonly="true"
data-testid="cardholder-number"
class="tw-font-mono"