Skip to content

Commit

Permalink
revert changes to inputmask component
Browse files Browse the repository at this point in the history
  • Loading branch information
dobanisola-scottlogic committed May 15, 2024
1 parent 9197738 commit 8e82131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/inputmask/inputmask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const INPUTMASK_VALUE_ACCESSOR: any = {
(keydown)="onInputKeydown($event)"
(keypress)="onKeyPress($event)"
pAutoFocus
[attr.variant]="variant"
[variant]="variant"
[autofocus]="autofocus"
(input)="onInputChange($event)"
(paste)="handleInputChange($event)"
Expand Down

0 comments on commit 8e82131

Please sign in to comment.