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
This discussion was converted from issue #573 on April 03, 2023 07:38.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have this component in angular (version "angular-imask": "6.2.2") and Angular 12.2
the typescript
The de component starts. The model is null, so whe ajax callback return, the model is populated, and the input show de value,:
BUT, my model property (ngModel) still empty. Look that span not not show any value
Only after i type something in the input, so value that the model property (ngModel) is updated.
I need to decide to apply or not apply a mask.
What i did wrong?
Beta Was this translation helpful? Give feedback.
All reactions