Fabian Hiller

Results 1081 comments of Fabian Hiller

Thanks for your feedback! Which API do you prefer? Do you have alternative solutions we should consider?

The `strain` API seems similar to what we have in mind with `and` and `or` in issue #835. I think we will introduce such an API in the long run...

What exactly does not work with React? I think this is fixed. I think the problem is that your field is not controlled: https://modularforms.dev/react/guides/controlled-fields

I need a minimal StackBlitz reproduction. Feel free to use our template. There is also a field array example included: https://stackblitz.com/edit/modular-forms-react?file=src%2Froutes%2Ftodos.tsx

Thank you for reaching out! I investigate this issue and would also say that this is expected. The value of `firstName` is different. That's why merging both objects in not...

The problem is not `looseObject` to problem it the transformation. Yes, there is a workaround. One option would be to use the entries of your `looseObject` to create a new...

> That's not an ideal solution if either of the schemas is itself a pipe :D Unfortunately, this is true. We do not yet have a perfect solution for this...

If you put the object directly into your DB (without assigning each known property individually), users could add arbitrary properties and spam your DB.

Hey, I am very sorry for this problem. According to our [package.json](https://github.com/fabian-hiller/modular-forms/blob/main/packages/react/package.json#L53) we are using Preact Signals v2. If it is not too complicated we can also upgrade to v3....

This is a known issue that I plan to address in the coming months. See [this issue](https://github.com/QwikDev/qwik-evolution/issues/302). As a workaround, I recommend wrapping all of your `formAction$` code in `isServer`:...