---
title: Rounding of Numbers
page_title: Rounding of Numbers - NumericTextBox - Kendo UI for Vue
description: "Change the rounding of the numbers when working with the Kendo UI NumericTextBox wrapper for Vue."
slug: rounding_of_numbers_numerictextbox_wrapper
canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/inputs/numerictextbox/custom-parse-format/"
position: 4
---

<div><WrapperBanner link="/kendo-vue-ui/components/inputs/numerictextbox/custom-parse-format"></WrapperBanner></div>    

# Rounding of Numbers

The NumericTextBox controls the precision of the entered number by using the half-up rounding technique.

To disable the number-rounding functionality, use the [`round`](https://docs.telerik.com/kendo-ui/api/javascript/ui/numerictextbox#configuration-round) option. Once you turn off the rounding, the value is truncated up to the desired precision length without rounding it.

{% meta height:100 %}
{% embed_file numerictextbox/rounding/main.vue preview %}
{% embed_file numerictextbox/rounding/main.js %}
{% endmeta %}

## Suggested Links

* [Kendo UI NumericTextBox for jQuery](https://docs.telerik.com/kendo-ui/controls/editors/numerictextbox/overview)
* [API Reference of the NumericTextBox Widget](https://docs.telerik.com/kendo-ui/api/javascript/ui/numerictextbox)
