You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.)
The text was updated successfully, but these errors were encountered: