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

IntegerPM: large numbers lead to invalidNumber #14

Open
nbudzyn opened this issue Jul 8, 2015 · 1 comment
Open

IntegerPM: large numbers lead to invalidNumber #14

nbudzyn opened this issue Jul 8, 2015 · 1 comment
Labels

Comments

@nbudzyn
Copy link

nbudzyn commented Jul 8, 2015

I have in IntegerPM set up with max value 9999999999.

A higher number, like 10000000000, will bring up a "value too big" validation message - which is fine.

A LARGE number however (9999999999999999999999) will lead to a validation message of type "invalid number" (the same message I would receive for a string like "abc").

Is there a possibility to change this behaviour, so that I would receive "value too big" for any (whole positive) number, however large?

(Currently I'm using beanfabrics 1.4.2.)

@mkarneim
Copy link
Owner

Yes, that should be possible.
I'll see when I find time to fix it.
Thank you for this feedback.

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

No branches or pull requests

2 participants