Spreadsheet numeric function

For the numeric input in a cell, can we restrict the user to key in only 2 decimal places or round it up immediately after data input?

Hello @robertwong68,

For the numeric input in a cell, can we restrict the user to key in only 2 decimal places or round it up immediately after data input?

You can make use of the setFormat() method to set a specific number format for a range of cells. For example, you could set a certain amount of decimal places: https://snippet.webix.com/yx9nfiw7. Try typing in any number with multiple decimal places - you will see that the number gets rounded up right after input is finished.