kendo-react
kendo-react copied to clipboard
Unable to set number with large precision
When using large precision in format inside NumericTextInput user is unable to change/type values. Bug becomes more apparent when using larger precisions e.g. N14 however with N10 it will also manifest itself but only after typing couple of digits into the 'whole' part of the number.
In order to witness it
- Go to your reference pages - https://www.telerik.com/kendo-react-ui/components/inputs/numerictextbox/formats/
- Click 'Edit in Stackblitz'
- Change format of any input to N14 and try to type digits into textbox. You will notice that you cannot
- Alternatively set format to N10 and try typing a number into textbox. You will be able to type a number up to five digits on the left of the decimal point. Any larger number will prevent user from typing anything.
Attached is gif demonstrating this behaviour

Also reported in Ticket ID: 1609406
Reported in Ticket ID: 1626617 for having infinite decimal value.
Still reproducible with version 13.1.0: https://stackblitz.com/edit/react-6tbs2rls?file=app%2Fapp.tsx