Fabian Hiller

Results 1089 comments of Fabian Hiller

Thanks a lot! A new open source project will follow soon, which can be used together with Modular Forms. If you send me a simple code example, I can take...

Maybe this is related to https://github.com/fabian-hiller/modular-forms/issues/104

What framework and versions are you using?

I am not sure if this is a problem with Modular Forms. The code that the error is due to does not come from Modular Forms. Can you try to...

Ok. If you think that this is an bug in Qwik, feel free to create an issues at Qwik's repo.

I think that the behavior you need can be controlled by the `revalidateOn` option of `createForm`: https://modularforms.dev/solid/api/createForm

Currently, this is not planned. In most cases, validation is so fast that optimization is not necessarily required. Feel free to go into more detail about your use case so...

I understand. Technically, it should be possible to add this feature. However, I don't have the time at the moment.