Marcus Notheis

Results 61 comments of Marcus Notheis

Hey @anfavretto, can you try setting the language to `pt_PT` instead of `pt`? Then the label should be correctly translated.

I've just compared our translations with the SAPUI5 translations and it looks like both libraries are using `Adjustar filtros` for `pt_BR` and `pt` in general ([see here](https://ui5.sap.com/resources/sap/ui/documentation/sdk/index.html?sap-ui-xx-sample-id=sap.ui.comp.sample.smartfilterbar.example2&sap-ui-xx-sample-origin=&sap-ui-xx-dk-origin=https%3A%2F%2Fui5.sap.com&sap-ui-theme=sap_horizon_dark&sap-ui-rtl=false&sap-ui-density=sapUiSizeCompact&sap-ui-language=pt_BR)). If I would...

Hey @anfavretto, we had another internal discussion and we think there is nothing we can do here to change the translation. The translation is in sync with SAPUI5 and the...

Hey @sieunjang, this feature request is still on our roadmap. The `todo` label was only a helper label, so that our stale issue bot is not closing issue. In the...

Additional Info: this is the source file of the micro frontend in this example: ```js import '@ui5/webcomponents/dist/Button'; import { setCustomElementsScopingSuffix } from '@ui5/webcomponents-base/dist/CustomElementsScope.js'; setCustomElementsScopingSuffix('rc14'); console.log('Button from @ui5/[email protected] registered!'); ``` Build...

Thanks for reporting! I'll forward this issue to our UI5 Web Components Colleagues as the affected component is developed in their repository.

Thanks for reporting! I'll forward this issue to our UI5 Web Components Colleagues as the affected component is developed in their repository.

I think the root cause is that the Step Input component is changing the `value-state` attribute by its own: Even if we pass `value-state="Error"`, the component renders with `value-state="None"`. I've...

Hey colleagues, it looks like the `ui5-dialog` is not announced as modal when using the `header` slot: ```html Content ``` This is announced as modal. When using a header slot,...

We're currently blocked by https://github.com/SAP/ui5-webcomponents/issues/5778, so this is unfortunately out of our hands. As soon as there is a 1.7.1 version available, we'll release our new version.