Daniel Leroux
Daniel Leroux
Just tested it locally. Looks good on my side: adding csp header: ```html ``` setNonce ```ts import { setNonce } from '@siemens/ix/loader'; import { setNonce as setNonceIcons } from '@siemens/ix-icons/loader';...
Also here you have in mind that you need to expose a nonce to vite because css import is handled as inline style. Also looks like there is an issue...
@mak-dunkelziffer Looks like it is possible to implement the behaviour of the html button (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#form) also for the `ix-button`. Any contribution is welcome to get the feature done faster, just...
Currently the `ix-tab-item` has a dedicated `tabClick`-event, with help of this event you should be able to cancel the default behaviour of the selection e.g: ``` Tab 1 changeTab(event: Event,...
> Is there any news here? Else I would approach UX and explain to them that IX does not support error states for selects. Then the error has to be...
A idea: "Stencil compiler plugin system": - Extend compiler to transform components in different way e.g extend the `@Component`-decorator to support additional cases which are currently not part of the...
NextJS is not yet official supported by stencil you can track the process here: https://github.com/ionic-team/stencil/issues/5831 https://github.com/ionic-team/stencil-ds-output-targets/pull/445 After Stencil provide a solution iX will adapt it. Regardless of the official support...
Already working but need to be documented. Test App can be found here https://github.com/siemens/ix/tree/main/packages/nextjs-test-app
We are using the same test setup maybe this helps you to get your tests running: https://github.com/siemens/ix/blob/main/packages/react/src/tests/toast/toast.spec.tsx or ```ts import { render, waitFor } from '@testing-library/react'; import React from 'react';...
Your issue will be analyzed and is part of our internal workflow. To get informed about our workflow please checkout the [Contributing Guidelines](https://github.com/siemens/ix/blob/main/CONTRIBUTING.md#issue-workflow) JIRA: IX-2526