Numeric field error when enter with comma

Tags: #<Tag:0x00007f8b28ca3950>

When i enter numeric field with comma separated values its not working as expected. eg when i enter 2,000 it displays as 2.

Hi @abhilash.keerampara

If you want to have proper formatting in a numeric cell type you have to specify the numericFormat. Then the value will be formatted as you wish, but you need to input the raw number, without any comma or dot:

https://jsfiddle.net/aszymanski/kx5dh614/1/

I think that we can close this topic as there are no additional questions.