We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1107ca2 commit cf90fddCopy full SHA for cf90fdd
src/tab/tabPropsManager.js
@@ -42,6 +42,7 @@ TabPropsManager.prototype.getTabInnerProps = function () {
42
tabProps: {
43
'tab-id': this._id,
44
className: this._setting.titleClass,
45
+ title: this._tabObj.tooltip,
46
tabIndex: -1
47
}
48
};
0 commit comments