Custom formats in javascript spreadsheet - Issues with Percent format

There is a problem with the percent format. If autoFormat is set to false on the spreadsheet, and “percent” format is applied on a cell, it will format the number incorrectly. Example given:

23.34 -> 2,334.00%

It can even be seen in the custom formats example when applying Percent format on any cell with numbers:
https://disq.us/url?url=https%3A%2F%2Fdocs.dhtmlx.com%2Fspreadsheet%2Fsamples%2F03_configuration%2F06_custom_formats.html%3AX-Pj7ebuMp_n5mPPJRzgvc0SMv8&cuid=1434699

Also, something as simple as outputting a combination of numbers and the percent sign (%) on a cell is virtually impossible.