mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(Dashboard): Add aria-label to filters and search forms (#27968)
(cherry picked from commit 4202fba0f1)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user