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

Total input limited to 1000 #1

Open
jyzhao opened this issue Mar 10, 2017 · 0 comments
Open

Total input limited to 1000 #1

jyzhao opened this issue Mar 10, 2017 · 0 comments

Comments

@jyzhao
Copy link
Owner

jyzhao commented Mar 10, 2017

When total form validation is performed, I've limited the max total to be 1000.
This is due to performance issues.
Since the app now is pure front-end angularjs, the calculation is done by the browser's javascript engine, which is limited.
Calculation can be moved to backend so performance will be boosted.

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

1 participant