---
title: Keyboard Navigation
page_title: Keyboard Navigation - NumericTextBox - Kendo UI for Vue
description: "Explore the keyboard navigation options provided by the Kendo UI NumericTextBox wrapper for Vue."
slug: keyboard_navigation_numerictextbox_wrapper
canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/inputs/numerictextbox/keyboard-navigation/"
position: 7
---

<div><WrapperBanner link="/kendo-vue-ui/components/inputs/numerictextbox/keyboard-navigation"></WrapperBanner></div>    

# Keyboard Navigation

The keyboard navigation of the Numeric TextBox is always available.

The NumericTextBox supports the following keyboard shortcuts:

| SHORTCUT      |  DESCRIPTION    |
|:---           |:---|
| `Up Arrow`    | Increases the value of the NumericTextBox. |
| `Down Arrow`  | Decreases the value of the NumericTextBox. |

{% meta height:100 %}
{% embed_file numerictextbox/keyboard/main.vue preview %}
{% embed_file numerictextbox/keyboard/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)
