Page 1 of 1

InputNumber max behavior

Posted: 14 May 2021, 20:28
by barrst
When I set the InputNumber max to 9999999999999.999 or 10000000000000 the largest value I can put in is 9999999999999.998

If this not a bug but some kind of internal limit (in PrimeReact or JS itself) it might be good to document the limit.

ETA: "primereact": "^6.3.2"

Re: InputNumber max behavior

Posted: 16 Jun 2021, 08:31
by mert.sincan
Hi,

This is related to JS limitation. You can test console.log(9999999999999.999) in the console of browser.
it might be good to document the limit.
- Thanks a lot for your feedback! I'll do it.

Best Regards,