jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.66k stars 818 forks source link

Mask price with all symbol #1652

Closed shadMod closed 9 months ago

shadMod commented 9 months ago

Among the various masks we can choose is mask: "#.##,00", to this we can add the dollar symbol to set a "price column" (mask: "$ #.##,00").

The problem is that in case we want to put another different symbol (euro or pound or another) the cell crashes

hodeware commented 9 months ago

mask: '£ #.##0,00'