Peter Skelin
Peter Skelin
The F6 fast navigation has been tested as working with openui5, but this is only by accident. This is because openui5 uses the ":sapTabbable" custom selector: https://github.com/SAP/openui5/blob/cd7a1948b7a0132c09d13b7fdf90b8e94812a2f9/src/sap.ui.core/src/sap/ui/events/F6Navigation.js#L163 sapTabbable internally checks...
### Bug Description When children a processed, the existing slot attributes are taken correctly and child nodes are assigned to a component property For example ``` ``` then in the...
### Feature Request Description JS files for icons and illustrations are generated on every build/start command, although they are very rarely updated. ### Proposed Solution Explore how to submit them...
test page and a few components
### Bug Description Separators like `BackSlash, DoubleBackSlash, DoubleGreaterThan, GreaterThan` don't work and show a single slash. Visible in the sample: https://sap.github.io/ui5-webcomponents/playground/?path=/story/main-breadcrumbs--separator-style which is also broken and shows some markup on...
Example implementation for new focus handling described in #8250
TypeScript description of the flag: https://www.typescriptlang.org/tsconfig#exactOptionalPropertyTypes This change is a preparation for introduction of property initializers. The goal is when a component property is defined as optional with a default...