From 7fcec537e75b80b3084b64db76150cfef9d2ee2f Mon Sep 17 00:00:00 2001 From: Matt Charlton Date: Tue, 20 Jul 2021 15:46:17 +1000 Subject: [PATCH] add changeset --- .changeset/mean-gorillas-kick.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/mean-gorillas-kick.md diff --git a/.changeset/mean-gorillas-kick.md b/.changeset/mean-gorillas-kick.md new file mode 100644 index 0000000000..126909b331 --- /dev/null +++ b/.changeset/mean-gorillas-kick.md @@ -0,0 +1,5 @@ +--- +'react-select': patch +--- + +Add the role of combobox and the required ARIA attributes to the Input and DummyInput components to allow JAWS support and a better screen reader experience overall.