Formats
You can control the format of the NumericTextBox by using the format
property.
It accepts string or [NumberFormatOptions
] parameters. When format
is set and the input element is not focused, the value is formatted accordingly. By default, the format is set to 'n2'
.
Format cannot contain decimal separators or numbers. Power signs are supported.
For more information on the date and number formats KendoReact supports, refer to the kendo-intl GitHub repository.