From fb9d666ffef5076e4565b5b71e28f858c55f42cf Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Wed, 13 Oct 2021 00:55:12 +0100 Subject: [PATCH] Remove unexpected listbox role from autowhatever items container. Fix #701 This fixes #701. This can be customised per-project with `renderSuggestionsContainer`, but here is no reason for this container to have a `listbox` role to start with since the list within already does. --- src/Autowhatever.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Autowhatever.js b/src/Autowhatever.js index fe2ee8e7..69ff310f 100644 --- a/src/Autowhatever.js +++ b/src/Autowhatever.js @@ -419,7 +419,6 @@ export default class Autowhatever extends Component { const itemsContainer = renderItemsContainer({ containerProps: { id: itemsContainerId, - role: 'listbox', ...theme( `react-autowhatever-${id}-items-container`, 'itemsContainer',