Skip to content

Commit

Permalink
Add aria label to website search box (microsoft#14118)
Browse files Browse the repository at this point in the history
* add aria label to searchbox

* Change files
  • Loading branch information
micahgodbolt committed Jul 20, 2020
1 parent 1c3012b commit f7a19ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/fabric-website/src/components/Nav/Nav.tsx
Expand Up @@ -263,6 +263,7 @@ export class Nav extends React.Component<INavProps, INavState> {
onClick={this._onSearchBoxClick}
underlined={true}
styles={searchBoxStyles}
ariaLabel={`Search ${pageTitle}`}
/>
<IconButton
className={styles.filterButton}
Expand Down
@@ -0,0 +1,8 @@
{
"type": "patch",
"comment": "add aria label to searchbox",
"packageName": "@uifabric/fabric-website",
"email": "mgodbolt@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-07-20T15:29:43.951Z"
}

0 comments on commit f7a19ca

Please sign in to comment.