From 4c7127a651c194bae157b2e6c06f9aeae847acbc Mon Sep 17 00:00:00 2001 From: Serhii Date: Sat, 10 Mar 2018 21:01:14 +0200 Subject: [PATCH] Closing 30: remove `aria-haspopup` (#36) --- src/Autowhatever.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Autowhatever.js b/src/Autowhatever.js index db920cd..8c05292 100644 --- a/src/Autowhatever.js +++ b/src/Autowhatever.js @@ -318,7 +318,6 @@ export default class Autowhatever extends Component { 'aria-autocomplete': 'list', 'aria-owns': itemsContainerId, 'aria-expanded': isOpen, - 'aria-haspopup': isOpen, 'aria-activedescendant': ariaActivedescendant, ...theme( `react-autowhatever-${id}-input`,