Fabian Hiller
Fabian Hiller
Hey! Thank you for reporting this issue. How do you test for `.value`? With `'value' in result`? We recommend using `.issues` as the discriminator but you are right that our...
I am not sure if I understand you correctly. Do you want your form to return an initial value of "A" when submitted?
This should work. Do you use controlled fields? https://modularforms.dev/solid/guides/controlled-fields
I suspect that the Kobalte code in our docs is out of date, and this is not a problem in Modular Forms source code.
Thank you for your contribution. We have already discussed this in PR https://github.com/fabian-hiller/valibot/pull/666#issuecomment-2227393849. Feel free to create a PR and copy the source code of `length`, `notLength`, `minLength` and `maxLength`...
This has been implemented and will be available in the next release.
I am the creator of Valibot and co-creator or Standard Schema. 🤓 Unfortunately, Modular Forms is kind of in maintenance mode because I plan to rewrite it with a new...
You can check it out now: https://github.com/fabian-hiller/formisch
Can you share your schema or TypeScript type with me and also the `useForm` code?
Can you provided a minimal reproduction via StackBlitz?