Documentation

decimalSize

the number of decimal digits in the float number

number decimalSize;

Example

webix.i18n.decimalSize = 8;
webix.i18n.setLocale("en-US");

See also

Details

You need to call setLocale to apply the new configuration

Back to top