Kendo UI for jQuery
The jQuery Numeric Text Box component is a form component dedicated exclusively to handling numeric values. Information can be inserted using the keyboard or manipulated using the UI spin buttons.
Floating Labels are a great tool for providing quality UX. Text begins as a place holder in the text box and when the user clicks to input a value, the label moves to a position outside the field. While this is also available as a separate component, it is built into the NumericTextBox. All you need to do is set the label’s “floating” property to “true”.
Enforce your business rules by only allowing users to enter values within your specified range. If a value outside the range is entered, the user will se an error message.
Elevate user interactivity leveraging the option for adding prefix and suffix adornments. These are custom items, usually an icon or button, inside the field before or after the input area. Typical prefix adornments are currency symbols or unit indicators, while suffix adornments are often used for password visibility toggles, formatting or clearing the input.
NumericTextBox fully supports localization of component messages, cultural locals, and right-to-left alignment.
Improve accessibility and productivity with keyboard-only navigation. This component supports keyboard navigation to help navigate and interact with items.
The jQuery NumericTextBox is compliant with Section 508 standards, is AA rated with WCAG 2.0 and follows WAI-ARIA standards.