kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

Unable to set number with large precision

Open KrzysztofSzenwaldMedius opened this issue 3 years ago • 3 comments

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

  1. Go to your reference pages - https://www.telerik.com/kendo-react-ui/components/inputs/numerictextbox/formats/
  2. Click 'Edit in Stackblitz'
  3. Change format of any input to N14 and try to type digits into textbox. You will notice that you cannot
  4. 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 kendoNumericTextInputBug

KrzysztofSzenwaldMedius avatar Apr 28 '22 09:04 KrzysztofSzenwaldMedius

Also reported in Ticket ID: 1609406

WissamProgress avatar May 19 '23 07:05 WissamProgress

Reported in Ticket ID: 1626617 for having infinite decimal value.

WissamProgress avatar Oct 11 '23 15:10 WissamProgress

Still reproducible with version 13.1.0: https://stackblitz.com/edit/react-6tbs2rls?file=app%2Fapp.tsx

filipKovachev avatar Nov 25 '25 09:11 filipKovachev