Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to stop auto correction #3

Open
SathyaChenniappan opened this issue Jan 22, 2019 · 1 comment
Open

How to stop auto correction #3

SathyaChenniappan opened this issue Jan 22, 2019 · 1 comment

Comments

@SathyaChenniappan
Copy link

<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

@prashanthrpr
Copy link

<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

try to remove the format then try. it should work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants