1 Answer, 1 is accepted
Hello, Andrei,
This can be controlled with the format option.
For example, with format 'n0':
https://stackblitz.com/edit/react-e6x811?file=app/main.jsx
Regards,
Stefan
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
is it possible to get rid of . separator i need it to be plain digits, also how do i controll the amount of digits that can be entered and get rid of symbol sign?
desired input example: 131312321324343242
format="#"
https://stackblitz.com/edit/react-e6x811-mrnc27?file=app/main.jsx
The minus symbol is expected as -10 is a valid integer value.
Also, the value 010 is converted to an integer 10 as this is its valid equivalent.
Could you please share more details about the requirement and why -10 or changing 010 to 10 is not acceptable? This will help us better understand the use case for this and see if we can offer something that will better match it.
example: 20093234505452 or 00090236505452
In this case, I can suggest checking our MaskedTextBox as it has different option to restrict the user input:
https://www.telerik.com/kendo-react-ui/components/inputs/maskedtextbox/