Nikolay Deshev
Nikolay Deshev
bug 1: when item is autocompleted the click on the first item (the autocompleted one) does not select it bug 2: when the user navigates to an item with keyboard...
bug 1: when item is autocompleted the click on the first item (the autocompleted one) does not select it bug 2: when the user navigates to an item with keyboard...
related to https://github.com/SAP/ui5-webcomponents/issues/4512 fixes: https://github.com/SAP/ui5-webcomponents/issues/3843 https://github.com/SAP/ui5-webcomponents/issues/5384 https://github.com/SAP/ui5-webcomponents/issues/4986
Hello, Recently we observed strange behavior when we were trying to get css variable values in a component, like this: `const padding = getComputedStyle(document.querySelector(":root")).getPropertyValue("--_ui5_textarea_padding"); ` This line will not return...
poc draft issue: #7003
Replace flat item structure with nested grouping. Removes the `ui5-cb-group-item` component. BREAKING CHANGE: The `ui5-cb-group-item` component is removed. Groups can now be created with the` ui5-cb-item-group`. Instead of using the...
related to: #9347
related to #9347
adjust samples and test pages to reflect the changes made in #12638