Skip to content

Commit

Permalink
Merge branch 'FYLE-86cx2t82k-base-feature-branch' into FYLE-86cx2t82k…
Browse files Browse the repository at this point in the history
…-implementation-connect-cards-2
  • Loading branch information
bistaastha authored Dec 26, 2024
2 parents 648f6c0 + 0c53949 commit cb873fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
(isStepCompleted)="skipOnboardingStep()"
></app-spender-onboarding-connect-card-step>
</div>

</div>
</div>

0 comments on commit cb873fd

Please sign in to comment.