Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ export class PageNumber extends React.Component<IPageNumberProps, {}> {
<DefaultButton
key={page}
onClick={this._onClick}
aria-selected={selected}
aria-checked={selected}
aria-label={ariaLabel}
styles={{ root: className }}
role="radio"
Comment thread
amreladawy marked this conversation as resolved.
>
{page}
</DefaultButton>
Expand Down