You can control the format of the Kendo UI for Vue NumericTextBox by using theformat property.
It accepts string or [NumberFormatOptions] parameters. Whenformat 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 thekendo-intl GitHub repository.