You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
As a developer, I need to know the selected tab index for further business requirements. Presently itemSelect event doesn't pass the information about selected tab index. Developer need to calculate selected index again. This can be avoided if TabContainer can emit selectedTabIndex which is already being calculated.
The tab index is provided as event details and don't have to be calculated by users, that otherwise have to consider the tab separators, which can be a little cumbersome.
FIXES: #1196
BREAKING CHANGE: `itemSelect` is renamed to `tabSelect` and the `item` event param is renamed to `tab`.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
As a developer, I need to know the selected tab index for further business requirements. Presently
itemSelect
event doesn't pass the information about selected tab index. Developer need to calculate selected index again. This can be avoided if TabContainer can emitselectedTabIndex
which is already being calculated.ui5-webcomponents/packages/main/src/TabContainer.js
Line 325 in 63ca721
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: