Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "office-ui-fabric-react",
"comment": "Fixed aria-describedby bug causing it not to render properly",
"type": "patch"
}
],
"packageName": "office-ui-fabric-react",
"email": "v-brgarl@microsoft.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export class NavBase extends BaseComponent<INavProps, INavState> implements INav
styles={ buttonStyles }
href={ link.url || (link.forceAnchor ? 'javascript:' : undefined) }
iconProps={ link.iconProps || { iconName: link.icon || '' } }
description={ link.title || link.name }
ariaDescription={ link.title || link.name }
onClick={ link.onClick ? this._onNavButtonLinkClicked.bind(this, link) : this._onNavAnchorLinkClicked.bind(this, link) }
title={ link.title || link.name }
target={ link.target }
Expand Down