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
fix(ui5-segmented-button): hidden items do not take space (#12210)
Until now, when an `ui-segmented-button-item` was `hidden`, it still took place and `ui5-segmented-button` was wider than sum of widths of all visible items. Also, the `aria-setsize` and `aria-posinset` values didn't respect the count of the visible items.
This PR fixes these issues.
**JIRA: BGSOFUIBALKAN-9029, case 4**
0 commit comments