Martin

Results 7 issues of Martin

FIXES: https://github.com/SAP/ui5-webcomponents/issues/5761

FIXES: https://github.com/SAP/ui5-webcomponents/issues/5314

Example: `Wrapper.hbs` ```html {{#each items}} {{/each}} ``` `Child.hbs` ```html ... ... ``` `Example.html` ```html ``` This way the child is passed as slot of the Parent which renders a table...

Stale

When having a case where we want to focus the root of the custom element e.g. ```js getFocusDomRef() { return this; } ``` we got in an endless loop in...