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
I am using this ngx-currency in Angular Typescript project.
And I want to set value programmatically to the ngx-currency input field, but when I try to set value, it is not working correctly.
For example, to set value $1,232.00, I used this code.
this.formGroup(controlName).setvalue(1232);
But the result of value is 100 times, so it is showing $123,200.00,
What is the solution of this?
Best regards.
The text was updated successfully, but these errors were encountered:
I am using this ngx-currency in Angular Typescript project.
And I want to set value programmatically to the ngx-currency input field, but when I try to set value, it is not working correctly.
For example, to set value $1,232.00, I used this code.
this.formGroup(controlName).setvalue(1232);
But the result of value is 100 times, so it is showing $123,200.00,
What is the solution of this?
Best regards.
The text was updated successfully, but these errors were encountered: