Skip to content
Snippets Groups Projects
Commit 9d19215c authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

adds aria-label to listings dropdown

parent 6290f625
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ export default class ListingDropdown extends React.Component {
return (
<form className="form form__select">
<select onChange={(e) => this.handleChange(e)}>
<select onChange={(e) => this.handleChange(e)} aria-label="Jump to listing group">
{items.map(group => {
return (
<option key={`listing-heading-${group.name}`} value={group.name}>{group.name}</option>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment