From 1191fb15b74e0e9e225b98d1787de8c587d8b1a4 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 14 Dec 2022 14:00:08 -0600 Subject: [PATCH] Remove unnecessary dropdown usage instructions for screen reader users. --- src/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.js b/src/index.js index ec7f252b..05adaefc 100644 --- a/src/index.js +++ b/src/index.js @@ -605,7 +605,6 @@ Select.defaultProps = { additionalProps: null, backspaceDelete: true, compareValuesFunc: isEqual, - dropdownAriaDescription: 'Press the enter key or down arrow to show the dropdown menu. Then use the tab key, or up and down arrows to focus on the dropdown items.' }; const ReactDropdownSelect = styled.div`