Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit c851c13

Browse files
author
Silviu Avram
committed
overriding downshift aria label for the toggle button
1 parent bb670f9 commit c851c13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Dropdown/Dropdown.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ export default class Dropdown extends AutoControlledComponent<
301301
onBlur: () => {
302302
this.setState({ focused: false })
303303
},
304+
'aria-label': content,
304305
})}
305306
/>
306307
</Ref>

0 commit comments

Comments
 (0)