Fabian Hiller

Results 1081 comments of Fabian Hiller

Yes, field arrays also have their own `dirty` state. However, this is probably not yet fully implemented for the `shouldDirty` option. The `dirty` state changes whenever the items of a...

Yes, you can use `form.internal`. I don't recommend it for most users, but if you know what you're doing, it's fine. I think that in the long run, I may...

Thanks for the info. As soon as I have some more time, I will have a look at the problem.

In practice, I haven't encountered any of these problems yet and as you can see in our [playground](https://modularforms.dev/solid/playground/todos) on the website, the library also works with nested and dynamic forms....

Thank you! I am now aware of the problems that currently exist with Solid, Preact and React for initial values with dynamic field arrays and `getValues`. In the long term...

Do your problems occur even if the fields are rendered properly, as in this [example](https://modularforms.dev/solid/playground/todos)? You can use this [StackBlitz](https://stackblitz.com/edit/modular-forms-solid?file=src/routes/todos.tsx) project to try it out.

Seems to work for me without problems: https://playground.solidjs.com/anonymous/dd0d0239-9a3d-43bd-b2e0-4ce840b7104d

Yes. I will try to solve these problems in the long term. I the version for Qwik there should be no problems in this regard, because the fields are not...

Have you already implemented it? Do you have specific questions for the implementation?

What exactly are you having trouble with? Just coloring the text and disabling the button? Have you read [this](https://modularforms.dev/qwik/guides/field-arrays) guide? Maybe the code of our [playground](https://modularforms.dev/qwik/playground/todos) will help you too.