Hi!!
We have tried the latest version of handsontable and have seen some bug here, if you have a numeric column and try to paste some decimal number, the cell show the error red color and a line break inside it.
I have created a jsfiddle with the steps for you to see what i mean: [demo]
Thanks in advance for the help!!
Hi @carlos.duran.garcia
thank you for creating a demo. Here’s an updated example https://jsfiddle.net/btk4dhu3/
If you paste data Handsontable treats it as a string so I am adding an extra validation in the afterPaste
hook.
ps. I have deleted the example from your post as sharing a license key is prohibited.
Ups sorry i didnn’t noticed i put it there…
Thanks for the reply!!