From 0134c1aa4f36a7b586cb3ae038f6afe7c922610f Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Wed, 7 Jun 2023 12:09:06 +0200 Subject: [PATCH] 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.