kendo-vue
kendo-vue copied to clipboard
[Bug][NumericTextbox] Numeric input for second digit placed after decimal point in Nuxt 3
Describe the bug numeric input for second digit placed after decimal point
To Reproduce Steps to reproduce the behavior:
- Browse to http://localhost:3000/
- Double click on input to highlight all text
- Type 666. The value should be 666.000000 but it shown 6.00000066
- Double click on input to highlight again then type 77.123
Ticket: 1650310