Bug in function valueAccordingPercent()

Tags: #<Tag:0x00007f8b25ef4838>

I have just recently upgraded to handsontable 11.0.1 and am experiencing an exception within the handsontable function valueAccordingPercent().

percent = parseInt(percent.tostring().replace('%', ''), 10);

percent.tostring() should be percent.toString() as tostring() doesn’t exist.

Hi @srichardson

We’ll check your issue and get back to you soon.

Hello again @srichardson

The issue has been solved and will be available with next Handsontable version.

Hi @srichardson

we just fixed the following issue and released it in Handsontable v11.1.0
Issue ref: https://github.com/handsontable/handsontable/issues/9006
Here is a full list of changes for that given version https://handsontable.com/docs/release-notes/