Fabian Hiller

Results 984 comments of Fabian Hiller

Thank you for the hint. I will have a look at this at the end of the week.

Yes, a workaround could be to use `useTask$` to track the change of a field to perform a transformation. However, you must avoid programming an infinite loop. Depending on the...

Sorry, I have a lot of work at the moment and therefore only come to Modular Forms from time to time. 😕

I plan to continue working on Modular Forms. With the decisions of many frameworks to move to Signals, I can see Modular Forms becoming a relevant open source project in...

If you are able to fix the problem, feel free to create a PR or provide me with information. I am interested in getting this fixed soon.

I have looked at the problem and you are right. I am experiencing the same problem. Since it worked back when I implemented it, I suspect a bug on Qwik's...

Please link this issue. I noticed that the following does not work either: ```ts transform={toCustomQrl( $((value) => value?.toUpperCase()), { on: 'change' } )} ``` Have you already created a minimal...

> @fabian-hiller not related, but why are zod and valibot externals but not peer deps? For the rest the vite.conf and package.json look correct 🤔 This is because Modular Forms...

Thank you for creating this issue! You are right. The current implementation does not support i18n. I will improve this.

There is a small problem. Valibot is currently only a dev dependency of Modular Forms. Therefore I can only import types and not JavaScript functions like `safeParse` or `getGlobalConfig`. To...