Skip to content

Commit cf90fdd

Browse files
add title props to tab component
1 parent 1107ca2 commit cf90fdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tab/tabPropsManager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ TabPropsManager.prototype.getTabInnerProps = function () {
4242
tabProps: {
4343
'tab-id': this._id,
4444
className: this._setting.titleClass,
45+
title: this._tabObj.tooltip,
4546
tabIndex: -1
4647
}
4748
};

0 commit comments

Comments
 (0)