mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
fix(Dashboard): Add aria-label to filters and search forms (#27968)
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