Skip to content

List Filter Control Label - Provide a valid label for form fields - (2036570437) #5626

@dqateam

Description

@dqateam

Module:

39 Value List and Value List Item
List and List Item

Violation:

Provide a valid label for the component's filter list item

image

WCAG Reference:

Instance ID:

2036570437

Severity:

10

Description:

[Issue]
There is filter form control in the "Test 2. Value List with Filter" section without a programmatically associated label describing their purpose.

[User Impact]
Screen reader users and users with cognitive disabilities may be unable to determine what these controls are for. Speech input users will have difficulty navigating to them.

[Code Reference]

<input aria-label="" class="" enterkeyhint="" inputmode="" placeholder="Filter list items" type="text">

Note:

[Suggestion]
Provide a valid label for form fields. Provide aria-label attributes in the <input> elements.

[Compliant Code Example]

<input aria-label="Filter list items" class="" enterkeyhint="" inputmode="" placeholder="Filter list items" type="text">

Media Type:

Forms

Additional Resources:

  • Report Source: Product accessibility evaluation conducted on the Calcite Design System in August, 2022.

Metadata

Metadata

Assignees

Labels

4 - verifiedIssues that have been tested, confirmed as mitigated, and are ready to close.a11yIssues related to Accessibility fixes or improvements.bugBug reports for broken functionality. Issues should include a reproduction of the bug.estimate - 2Small fix or update, may require updates to tests.low riskIssues with low risk for consideration in low risk milestonesp - highIssue should be addressed in the current milestone, impacts component or core functionality

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions