Hi guys,
So, I don’t know if this is a known issue but I couldn’t really find a solution for this. If I have a Handsontable with a numeric cell set to use “,” as decimal separator, when I copy the data from this cell and paste it somewhere else, the data is pasted with “.” as decimal separator instead of “,”.
http://jsfiddle.net/handsoncode/xbj2g41z/
If you go to the fiddle above, select the data in the first row and last column (70,20 €) and paste it somewhere else, you will get “70.2”, instead of “70,20 €” or even “70,2”.
Is there a way to change this behavior so the copied data is pasted as it is displayed (70,20 €), or at very least, keep the correct decimal separator? (70,2)
I’m using:
Angular 12
“handsontable”: “9.0.1”,
@handsontable/angular": “9.0.1”,
Thank you very much in advance for the help!