Results 19 comments of Peter Skelin

Yes, I can't find it documented in a single place, but we discussed and agreed that the best practice is for applications to attach a handler and not check the...

Hi @arezki4 , we are discussing an API change of the date picker to make it more convenient to use from react. These will be addressed by https://github.com/SAP/ui5-webcomponents/issues/11612 In the...

@swendlandt you don't strictly need a type other than `Boolean` and `Number` - they are used for converting from property to an attribute and vice versa. The remaining types are...

> The order of imports and the place where `setCustomElementsScopingSuffix` gets called should not matter. It actually does matter and used to work only by chance, because the element's `define`...

a bit of background why this was necessary - frameworks like vuejs or react 19 check whether an element is a component and if a property with this name exists...

Since the release of web components 2.6 there is still experimental and private property on every component class called `_jsxProps`. This exposes the types of the properties and event handler...

The ToolbarSelect should behave like the Select, when used by apps it is much easier to provide a value (which behaves like a key) to each option and the value...

@Lukas742 we have previously discussed alignment and the recommendation was always to use flex (you already have it) and add `align-items: center`. Even the native HTML elements are not aligned...

I suppose you are referring to this documentation? https://ui5.github.io/webcomponents/docs/advanced/fonts/ The actual font faces are generated and can be found in `node_modules` or a CDN like here: https://cdn.jsdelivr.net/npm/@ui5/webcomponents-base/dist/generated/css/FontFace.css.js How would you...