Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 3.26 KB

overview.md

File metadata and controls

41 lines (30 loc) · 3.26 KB
title page_title description slug position
Overview
jQuery NumericTextBox Documentation - NumericTextBox Overview
Try now the Kendo UI for jQuery NumericTextBox component providing a number of the features such as styling options, formatting settings, and labels.
overview_kendoui_numerictextbox_widget
0

{{ site.product }} NumericTextBox Overview

The NumericTextBox converts an <input> element into a numeric, percentage, or currency textbox.

By default, the widget renders Spin buttons which increase or decrease the value with a predefined step.

Kendo UI for jQuery NumericTextBox Overview

Functionality and Features

  • [Formats]({% slug formats_numerictextbox %})—You can use the specific format property of the NumericTextBox and define the conversion data type such as currency or percentage.
  • [Input Restrictions]({% slug input_restrictions_numerictextbox %})—The NumericTextBox enables you to impose restrictions on the input value, for example, to control the precision of the entered number.
  • [Globalization]({% slug globalization_numerictextbox %})—The NumericTextBox supports globalization to ensure that it can fit well in any application, no matter what [languages and locales]({% slug localization_numerictextbox %}) need to be supported. Additionally, the NumericTextBox supports [rendering in a right-to-left (RTL) direction]({% slug rtl_numerictextbox %}).
  • [Prefix and suffix]({% slug prefix_suffix_numerictextbox %})—The NumericTextBox component lets you add custom content as prefix and suffix adornments.
  • [Automatic Correction]({% slug autocorrect_kendoui_numerictextbox %})—You can configure whether the component will autocorrect the user's input when the min and max values are set.
  • [Accessibility]({% slug jquery_numerictextbox_accessibility %})—The NumericTextBox is accessible for screen readers, supports WAI-ARIA attributes, and delivers [keyboard shortcuts for faster navigation]({% slug keynav_numerictextbox %}).

tip To learn more about the appearance, anatomy, and accessibility of the NumericTextBox, visit the Progress Design System documentation—an information portal offering rich component usage guidelines, descriptions of the available style variables, and globalization support details.

Next Steps

See Also