Formats
You can control the format of the Kendo UI for Vue 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 properly. By default, the format is set to 'n2'
.
For more information on the date and number formats KendoVue supports, refer to the kendo-intl GitHub repository.