Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.27 KB

File metadata and controls

26 lines (19 loc) · 1.27 KB
title page_title description slug canonicalLink position
Rounding of Numbers
Rounding of Numbers - NumericTextBox - Kendo UI for Vue
Change the rounding of the numbers when working with the Kendo UI NumericTextBox wrapper for Vue.
rounding_of_numbers_numerictextbox_wrapper
4

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 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