Merge pull request #17897 from siddhant1/sid/fix-tab-index

Fix tabindex to make accessible search better
This commit is contained in:
Camila Belo
2023-06-09 17:41:01 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
@@ -138,7 +138,6 @@ export const CheckboxFilter = (props: SearchFilterComponentProps) => {
control={
<Checkbox
color="primary"
tabIndex={-1}
inputProps={{ 'aria-labelledby': value }}
value={value}
name={value}