fix: Accessibility audit

This commit is contained in:
Tom Moor
2020-09-16 22:31:14 -07:00
parent 2c1a111dee
commit 881105992e
3 changed files with 6 additions and 4 deletions

View File

@ -177,6 +177,7 @@ class DropdownMenu extends React.Component<Props> {
{label || (
<NudeButton
id={`${this.id}button`}
aria-label="More options"
aria-haspopup="true"
aria-expanded={isOpen ? "true" : "false"}
aria-controls={this.id}