Overriding user input on big numbers with stringMode=true
Closed this issue · 1 comments
wintpann commented
Steps:
- Render just the default InputNumber with stringMode=true
- Enter 12345678901234564
- Enter one more "4"
- You will get 123456789012345650 (expected Number overflow)
Expected behavior: on stringMode=true, converting to number and overflowing does not happen and i get 123456789012345644 as a string
wintpann commented
Sorry, it actually works as expected