fix(a11y): add aria-labels to unlabeled controls and table headers

This commit is contained in:
Jason Staack
2026-03-15 21:08:02 -05:00
parent 9ad5438860
commit b07659e2c2
3 changed files with 29 additions and 18 deletions

View File

@@ -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)}
/>