Nikolay Hristov

Results 4 issues of Nikolay Hristov

Button now can have second icon at the end BREAKING CHANGE: iconEnd property is changed from boolean to string type and now can accept name for second/end icon. Before: `Button`...

BREAKING CHANGE
2.0

Fixes the height of the Calendar Legend Items to be 24px and the focus visualisation to be correctly placed (2px spacing around the legend item). BGSOFUIBALKAN-8062

This PR introduces new property **accessibilityAttributes** in `ui5-menu-item` component. It has 2 properties that affect the accessibility attributes of the menu item: `role` - can be used to change the...

enhancement
ACC
2.0

This PR introduces **MenuItemGroup** component that can hold regular **MenuItem** components. The **MenuItemGroup** has a property named `itemSelectionMode` which can have values among `None` (default), `SingleSelect` and `MultiSelect`. **MenuItemGroup** can...