Skip to content

Commit

Permalink
[fixed] title is not passed to tab pane DOM node
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Aug 28, 2015
1 parent 1173725 commit a7f93ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const Tab = React.createClass({

return (
<div {...this.props}
title={undefined}
role='tabpanel'
aria-hidden={!this.props.active}
className={classNames(this.props.className, classes)}
Expand Down

0 comments on commit a7f93ae

Please sign in to comment.