Peter Skelin
Peter Skelin
Update: while the escape handler above seems to solve the issue, the actual problem is that when the date picker is opened, the focus doesn't go in the popover and...
@rchrdchn could you please rebase from main, I have updated chrome driver and the tests should pass
@dobrinyonkov this is purely a scrolling issue on safari. If you open the original link in safari you can clearly see it, even on a fast Mac: https://btp.udina.de/development/api-explorer.html On chrome...
We can check this and possibly extend the OpenUI5Support integration. Currently the popups collaborate on zIndex, perhaps the dialogs should be added too as this seems like a valid use...
In the PR you linked, we discussed that forcing HBS usage might be too restrictive. The reason we kept it for custom icons is because lit templates are the current...
Do you mean how to publish to npm? The process is described here: https://docs.npmjs.com/creating-and-publishing-unscoped-public-packages In a nutshell, you have to make sure your package.json contains the correct information, especially the...
I see, thanks for clarifying. Let me explain the internal workflow. The source format for the icons is the `.woff2` font from openui5. You can see the openui5 icons here:...
For anyone coming accross this issue - a similar issue in a different project turned out to be caused by having two instances of the `@ui5/webcomponents-base` package. One is registering...
> The UI5 Web Components are also supporting only strings as prop / attribute when passing the `opener` prop in a declarative way. You can also use the `DomReference` type...