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 |
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.
- [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
andmax
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.
- [Getting Started with the Kendo UI NumericTextBox for jQuery]({% slug getting_started_kendoui_numerictextbox_widget %})
- Demo Page for the NumericTextBox
- JavaScript API Reference of the NumericTextBox
- Basic Usage of the NumericTextBox (Demo)
- Using the Basic Events of the NumericTextBox (Demo)
- Binding the NumericTextBox over MVVM (Demo)
- Applying the NumericTextBox API (Demo)
- JavaScript API Reference of the NumericTextBox
- [Known Limitations in the NumericTextBox]({% slug limitations_numerictextbox %})