Number type column not applying locale based formatting while editing
Number type column is not providing locale based formatting while editing, when edit finishes then it applies or refreshes cell content with formatting like if
Value - 1250.85
View Mode - 1,250.85
Edit Mode
when started - 1,250.85
when value is changes 1,258450.85
After save value in view mode - 1,258,450.85
Expected
when value is changes it should provide formatting - 1,258,450.85 before edit finishes
This was working fine with version 4.0.5
Steps to reproduce
- Go to https://www.bryntum.com/docs/grid/#Grid/column/NumberColumn
- Go to live demo and edit column config to add format for NumberColumn
format : new NumberFormat({ locale: 'en-US', fraction: [0, 2], }),
- Edit NumberColumn cell value from 880 -> 1250.85 then finish editing
- You will notice in view mode formatting will appear which was not there in edit mode
- Now again edit value 1,250.85 -> 1,258450.85 you will notice in edit mode new value will not be refreshed with format
- Finish editing then formatting will be applied
This was working fine with older version 4.0.5