Skip to content

Commit

Permalink
Merge branch 'FYLE-86cx2t82k-implementation-connect-cards-2' into FYL…
Browse files Browse the repository at this point in the history
…E-86cx2t82k-implementation-opt-in-1
  • Loading branch information
bistaastha authored Dec 27, 2024
2 parents 96823b0 + cb873fd commit 4da0c7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { PopupAlertComponent } from 'src/app/shared/components/popup-alert/popup
templateUrl: './spender-onboarding-connect-card-step.component.html',
styleUrls: ['./spender-onboarding-connect-card-step.component.scss'],
})

export class SpenderOnboardingConnectCardStepComponent implements OnInit, OnChanges {
@Input() readOnly?: boolean = false;

Expand Down Expand Up @@ -187,7 +188,6 @@ export class SpenderOnboardingConnectCardStepComponent implements OnInit, OnChan

// Set the formatted value back to the input
input.setValue(value);
}

private cardNumberValidator(control: AbstractControl): ValidationErrors {
// Reactive forms are not strongly typed in Angular 13, so we need to cast the value to string
Expand Down

0 comments on commit 4da0c7e

Please sign in to comment.