You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the example above when you type in 4 digits, let's say 1111, in onComplete method ngModel has value 111_ or what ever the slotChar option value is.
The text was updated successfully, but these errors were encountered:
cagataycivici
added
the
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
label
Oct 29, 2016
onComplete event is triggering too early, ngModel has bad value when onComplete is triggered.
<p-inputMask mask="9999" [(ngModel)]="model" [placeholder]="placeholder" (onComplete)="onComplete()"></p-inputMask>
For the example above when you type in 4 digits, let's say 1111, in onComplete method ngModel has value 111_ or what ever the slotChar option value is.
The text was updated successfully, but these errors were encountered: