Skip to content

[ACC-003] Revenue Circle selector missing aria-describedby for district dependency #497

Description

@saqibmanan

Summary

The Revenue Circle dropdown is disabled until a district is selected. Its placeholder reads "Select a district to enable" visually, but there is no aria-describedby linking the Revenue Circle input to the District selector. Screen readers have no programmatic way to understand the dependency.

Fix

<span id="rc-hint">Select a district first to enable this field</span>
<select aria-describedby="rc-hint" disabled>...</select>

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions