Daniel Leroux
Daniel Leroux
@rouven-s please read the first sentence of the linked visual regression test guide: https://github.com/siemens/ix/blob/main/CONTRIBUTING.md#visual-regression-testing. Its not allowed to add windows based snapshots these snapshots cannot be checked via github workflow.
@rouven-s PR review + adaptions will be part of our next sprint
Planned with [IX-584]
> so is it fixed now? this is really a big usability concern for us, so much that we added workarounds to prevent users from tying in the select. Can...
@petrakristova why do you expect this?
The PR moved the margin property from a shadowRoot selector to the host element https://github.com/siemens/ix/pull/1064/files#diff-8185c60fb032d26864d303d4b1dc083986381a7e6e3036249e3500d485451ef6 This makes is possible to overwrite the default margin: ```css margin: 0px; ```
@supreethaPavank we use native html `input` elements. You can already use number inputs. What is the issue here?
A fix for this issue is now available in v2.1.1-beta.0. We kindly ask you to install this version in your dev environment to check if it resolves the problem for...
Hi forks the issue is on track, but you can help us. Please install the latest version (or your preferred version) and give us feedback if the styling is broken...
Temporary workaround would be to define the icon component before you bootstrap the framework. e.g ```tsx import { defineCustomElements } from '@siemens/ix-icons/loader'; defineCustomElements().then(() => { const root = createRoot(document.getElementById('app')); root.render(Hello,...