kendo-vue
kendo-vue copied to clipboard
Can't delete values in NumericTextBox before comma separator by using keyboard Delete button
type in value 9,999.99 now put cursor to the very left and try do delete digits by keyboard Delete button
Actual result: it moves cursor after $ sign but before comma and no longer delete any characters Expected result: it moves cursor after $ sign and keeps deleting characters up to the decimal point

I can't delete symbol before comma by delete button
Thank you for reporting the issue. I am adding an example link - https://stackblitz.com/edit/ekdp6h?file=src%2Fmain.vue.