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

App crashes on numbers with two decimal points #16

Closed
josojo opened this issue Mar 23, 2021 · 1 comment · Fixed by #24
Closed

App crashes on numbers with two decimal points #16

josojo opened this issue Mar 23, 2021 · 1 comment · Fixed by #24
Assignees

Comments

@josojo
Copy link
Contributor

josojo commented Mar 23, 2021

Accidently, I was putting in the number 0.00.1 and then the app crashed completely

@hpmaxi hpmaxi self-assigned this Mar 23, 2021
@elena-zh
Copy link

elena-zh commented Mar 24, 2021

I think the issue might be solved in #12 (action 1) - after adding validation rules (no letters, special symbols, negative amounts, decimals with commas and more that 1 period), to 'amount' fields such issues should stop to be reproducible.
Also, it would be great to limit a number of decimals to be allowed to enter (no more than 2, or 4, or so) as the app is crashed when I fill in more than 18 decimals)

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

Successfully merging a pull request may close this issue.

3 participants