<ngx-numeric-textbox [min]="0"
[decimals]="2"
[format]="'0[.]00'"
formControlName="DecimalData"
[autoCorrect]="false">
When I try to enter the following value "5555555555555555555555" it automatically converts to 5.55.
Can you please suggest the solution for stop doing conversion to 5.55
<ngx-numeric-textbox [min]="0"
[decimals]="2"
[format]="'0[.]00'"
formControlName="DecimalData"
[autoCorrect]="false">
When I try to enter the following value "5555555555555555555555" it automatically converts to 5.55.
Can you please suggest the solution for stop doing conversion to 5.55