Our blazing fast Grid component built with pure JavaScript


Post by jinc »

On the Number Column, cell editing does not work for decimal values. When you try editing the value, 100.00 to 100.23, you cannot just erase the existing values and add the decimal values in. You must move before the . and edit each digit. Additionally, if the value is 0.2 then, it is not possible to erase the entire cell value and replace with 0.2. You must add 2 then move the cursor before the 2 to make it a decimal.

Steps to reproduce

If you select a number column cell and:

  1. erase the existing decimals
  2. add new decimal values

Expected

Just erase the pre-existing decimal values and add new decimal values.


Post by mats »

Reproduced, we'll get that fixed. Thanks for reporting. https://github.com/bryntum/support/issues/2127


Post Reply