fix(Dashboard): Add aria-label to filters and search forms (#27968)

(cherry picked from commit 4202fba0f1)
This commit is contained in:
Geido
2024-04-10 12:10:13 +02:00
committed by Michael S. Molina
parent 42e1329fd2
commit d6e0ff5879
2 changed files with 2 additions and 0 deletions

View File

@@ -168,6 +168,7 @@ function SearchInput({ count, value, onChange }: SearchInputProps) {
className="form-control input-sm"
placeholder={tn('search.num_records', count)}
value={value}
aria-label={t('Search %s records', count)}
onChange={onChange}
/>
</span>