From af03e921924a77e284293a43dd1af79aca385a7b Mon Sep 17 00:00:00 2001 From: siddhant1 Date: Mon, 22 May 2023 15:02:57 +0530 Subject: [PATCH 1/2] Fix tabindex Signed-off-by: siddhant1 --- .../search-react/src/components/SearchFilter/SearchFilter.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/search-react/src/components/SearchFilter/SearchFilter.tsx b/plugins/search-react/src/components/SearchFilter/SearchFilter.tsx index 6194ab8387..8579f01caa 100644 --- a/plugins/search-react/src/components/SearchFilter/SearchFilter.tsx +++ b/plugins/search-react/src/components/SearchFilter/SearchFilter.tsx @@ -138,7 +138,6 @@ export const CheckboxFilter = (props: SearchFilterComponentProps) => { control={ Date: Wed, 7 Jun 2023 12:09:06 +0200 Subject: [PATCH 2/2] docs: add changeset file Signed-off-by: Camila Belo --- .changeset/chilly-parrots-pay.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/chilly-parrots-pay.md diff --git a/.changeset/chilly-parrots-pay.md b/.changeset/chilly-parrots-pay.md new file mode 100644 index 0000000000..f6f19f5f64 --- /dev/null +++ b/.changeset/chilly-parrots-pay.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-search-react': patch +--- + +Fix accessibility issue in `SearchCheckbox` component, making it possible to use the field via keyboard.