Skip to content

Commit

Permalink
Merge branch 'FYLE-86cx2t82k-implementation-opt-in-1' of github.com:f…
Browse files Browse the repository at this point in the history
…ylein/fyle-mobile-app into FYLE-86cx2t82k-implementation-opt-in-1
  • Loading branch information
bistaastha committed Dec 27, 2024
2 parents 79b048a + 4da0c7e commit 47a8756
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 47a8756

Please sign in to comment.