kendo-vue icon indicating copy to clipboard operation
kendo-vue copied to clipboard

[Bug][NumericTextbox] Numeric input for second digit placed after decimal point in Nuxt 3

Open zdravkov opened this issue 3 months ago • 0 comments

Describe the bug numeric input for second digit placed after decimal point

To Reproduce Steps to reproduce the behavior:

  1. Browse to http://localhost:3000/
  2. Double click on input to highlight all text
  3. Type 666. The value should be 666.000000 but it shown 6.00000066
  4. Double click on input to highlight again then type 77.123

Ticket: 1650310

zdravkov avatar May 12 '24 06:05 zdravkov