NumericTextBox Accessibility

The NumericTextBox is accessible by screen readers and provides WAI-ARIA, Section 508, WCAG 2.2, and keyboard support.

For more information, refer to:

Telerik UI for ASP.NET Core Ninja image

The Accessibility is part of Telerik UI for ASP.NET Core, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

WAI-ARIA

The component follows the WAI-ARIA Authoring Practices for implementing the keyboard navigation for its component role and is tested against the popular screen readers.

Section 508

The NumericTextBox is compliant with the Section 508 requirements.

WCAG 2.2

The NumericTextBox supports the standards for providing accessible web content which are set by the Web Content Accessibility Guidelines 2.1.

Label Element Support

Because of the NumericTextBox complex rendering, to focus the widget through the label element, you need to manually handle the click event of the label and focus the NumericTextBox.

Another possible solution is to use the NumericTextBox Label property, which automatically focuses on the input.

See Also

In this article