Skip to content

Commit

Permalink
Merge pull request #15574 from dobanisola-scottlogic/remove-attribute…
Browse files Browse the repository at this point in the history
…-binding-from-variant-field

revert changes to inputmask component
  • Loading branch information
cetincakiroglu authored May 16, 2024
2 parents 6515384 + 8e82131 commit 5345581
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 5345581

Please sign in to comment.