New to Kendo UI for Vue? Start a free 30-day trial

Setting the Value

The NumericTextBox allows you to set various types of values.

The following example demonstrates how to create a currency NumericTextBox.

Example
View Source
Change Theme:

The following example demonstrates how to create a percentage NumericTextBox.

<div id="vueapp" class="vue-app">
    <kendo-numerictextbox :format="'p'" :value="0.12"></kendo-numerictextbox>
</div>
Vue.use(InputsInstaller);

new Vue({
    el: "#vueapp"
})

In this article

Not finding the help you need?