decimalSize

the number of decimal digits in the float number

number decimalSize;

Example

webix.i18n.decimalSize = 8;
webix.i18n.setLocale();

Related samples

Details

You need to call setLocale to apply the new configuration

See also
Back to top