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
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search-react': patch
---
Fix accessibility issue in `SearchCheckbox` component, making it possible to use the field via keyboard.
@@ -138,7 +138,6 @@ export const CheckboxFilter = (props: SearchFilterComponentProps) => {
control={
<Checkbox
color="primary"
tabIndex={-1}
inputProps={{ 'aria-labelledby': value }}
value={value}
name={value}