Unplanned
Last Updated: 07 Jan 2026 13:37 by Charles
Charles
Created on: 07 Jan 2026 13:37
Category: TextBox
Type: Bug Report
0
TextBox type="password" renders role="textbox"

Description

An input with type="password" should not have a default role. See:
w3c/html-aria#422
https://w3c.github.io/html-aria/#dfn-no-corresponding-role

Steps To Reproduce

Inspect the rendering of the password input in this demo: https://demos.telerik.com/blazor-ui/textbox/password

Actual Behavior

The element renders a role="textbox" attribute.

Expected Behavior

The element does not render a role="textbox" attribute.

Browser

All

Last working version of Telerik UI for Blazor (if regression)

No response

0 comments