Describe the bug
The Delete button doesn't work as expected in specific scenarios inside the Native NumericTextBox. The issue is related to the position of the text cursor.
To Reproduce
Expected behavior
The first element(the leftmost) after the dollar sign should be deleted. In general, when pressing the delete button, an element should be deleted from the NumericTextBox.
Describe the bug
When clicking inside a Native NumericTextBox that has a value, in Firefox, the cursor is positioned at the beginning of the value instead of at its end.
To Reproduce
Expected behavior
The cursor should be positioned at the end of the NumericTextBox value
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