Marc Stammerjohann
Marc Stammerjohann
@kevinsproles yes thats a current issue One solutions could be Creating a component for the floating input and passing the background color to it. Better would be if the background...
@kevinsproles [Here](https://smeltejs.com/components/text-fields) is an example component written w/ Svelte. On the page you can toggle between dark and light mode. The background color for the label is specified using a...
This might also simplify how we apply different layouts like card styles (#246)
Hi @albertilagan, we don't need to wait for `multiSchema` to hit GA. If you like you could create a PR to support this feature. Things to consider: 1. Does Prisma...
An **experimental** [signal-based forms](https://github.com/angular/angular/pull/63408) API is underway, maybe part of Angular 21. We could explore this as the base for our Form implementation.
@goetzrobin not sure why the e2e test are timing out in CI. They run fine locally. Is there a reason for `BrnAccordionContentComponent` having two selectors and one of them is...
I found the reason for the failing e2e tests. I tried running the e2e test also locally, but they were successful, but it is cached by nx. I have to...
@goetzrobin should the docs be updated or the `formfield` option to `form-field` in the CLI? `npx nx g @spartan-ng/cli:ui formfield` works fine, but create the component under `libs/ui/ui-formfield-helm/*` instead of...
Aspect ratio uses `aspectratio` without a dash in the command, but also without a das in the package name. ``` # cli npx nx g @spartan-ng/cli:ui aspectratio # import lib...
@SimonHenz97 when I run the command `npx nx g @spartan-ng/cli:ui formfield` following files are copied  Not sure if this is related. I am also...