Fabian Hiller

Results 1199 comments of Fabian Hiller

Good idea. Will have a look at it in September.

@fabien-ml do you have time to revise the code of the Kobalte guide in the Modular Forms docs?

I am open to add more adapters to Modular Forms. You are welcome to create a PR for `typeboxForm$` and `typeboxField$`. To avoid adding `@sinclair/typebox` as a dependency, we should...

Maybe the problem is related to the `active` state: https://modularforms.dev/solid/guides/add-fields-to-form#active-state If not, I would be happy if you provide me with a minimal reproduction, e.g. via StackBlitz, so that I...

@h4xmd were you able to solve the problem?

@ghalle unlike Qwik, SolidJS, Preact and React initialize the fields lazy. Which means that initial values does not need to be specified, unlike in Qwik. Technically we could change this...

Hey 👋 you're right. I was already planning to release Qwik and Qwik City as a individual package in January. I think that Qwik City is currently only needed for...

Too bad that doesn't work. The last solution would be to clone the repository and remove Qwik City and then use `pnpm build && pnpm pack` to create a custom...

Maybe the following links will help you: - https://modularforms.dev/qwik/guides/create-your-form#static-values - https://qwik.builder.io/docs/advanced/routing/#plugints

If you have ideas for a better DX, I'd love to hear them.