Describe the bug
When we have a NumericTextbox with formatting set to "p1", "p3"..."pX"(percentage with X decimal numbers) the component is not working correctly when we try to manually enter a value in it.
To Reproduce
Expected behavior
The user should be able to manually enter a value by pressing "5" + "." + "7" + "5"
https://www.telerik.com/kendo-vue-ui/components/inputs/numerictextbox/formats/
Steps:
Open the linked example
click before the dollar sign in the 3rd numeric textbox
press 1
current behavior - the cursor is moved to the position after the dollar sign so you can type number on the correct place
correct - 1 is typed immediately after the dollar sign so we don't need to type it second time