Skip to content

Commit

Permalink
Closing 30: remove aria-haspopup (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidoruk-sv authored and moroshko committed Mar 10, 2018
1 parent a9bc179 commit 4c7127a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Autowhatever.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit 4c7127a

Please sign in to comment.