fix(a11y): add aria-labels to unlabeled controls and table headers
This commit is contained in:
@@ -81,6 +81,7 @@ export function DeviceFilters({ tenantId }: DeviceFiltersProps) {
|
||||
ref={inputRef}
|
||||
className="pl-8"
|
||||
placeholder="Search hostname, IP..."
|
||||
aria-label="Search devices"
|
||||
defaultValue={searchText}
|
||||
onChange={(e) => handleSearch(e.target.value)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user